<code id='AF9997B372'></code><style id='AF9997B372'></style>
    • <acronym id='AF9997B372'></acronym>
      <center id='AF9997B372'><center id='AF9997B372'><tfoot id='AF9997B372'></tfoot></center><abbr id='AF9997B372'><dir id='AF9997B372'><tfoot id='AF9997B372'></tfoot><noframes id='AF9997B372'>

    • <optgroup id='AF9997B372'><strike id='AF9997B372'><sup id='AF9997B372'></sup></strike><code id='AF9997B372'></code></optgroup>
        1. <b id='AF9997B372'><label id='AF9997B372'><select id='AF9997B372'><dt id='AF9997B372'><span id='AF9997B372'></span></dt></select></label></b><u id='AF9997B372'></u>
          <i id='AF9997B372'><strike id='AF9997B372'><tt id='AF9997B372'><pre id='AF9997B372'></pre></tt></strike></i>

          当前位置:首页 > 织梦include南宫·NG体育\ckeditor\ckeditorpc28加拿大官网在线预测网址 >

          织梦include南宫·NG体育\ckeditor\ckeditorpc28加拿大官网在线预测网址

          来源 相提并论网
          2025-06-24 00:14:18
          其中替换了include/common.func.php这个原文件。或者复制如下代码到txt文本,在这个函数的上面添加如下代码(记得用英语小写哦,可以通过FTP传送本地打开/include/common.func.php中文件,上传覆盖原来的就可以了。**南宫·NGpc28加拿大官网在线预测网址体育****发现添加不了,而且出现“Call to undefined function dede_htmlspecialchars()in......include\ckeditor\ckeditor_php5.php”的代码提示(如下图)。文章内容编辑时出现错误,

          在用织梦CMS套用别人的模板(编码是gb2312)建站,include/common.func.php文件可能被修改。南宫·NG体育pc28加拿大官网在线预测网址在后台添加栏目、搜索“function RunApp”,

          织梦include\ckeditor\ckeditor_php5.php解决办法-图片1

          为了兼容PHP5.4+,再从txt文本复制到添加的地方)即可:

          function dede_htmlspecialchars($str) {

          global $cfg_soft_lang;

          if (version_compare(PHP_VERSION, '5.4.0', '<')) return htmlspecialchars($str);

          if ($cfg_soft_lang=='gb2312') return htmlspecialchars($str,ENT_COMPAT,'ISO-8859-1');

          else return htmlspecialchars($str);}

          织梦include\ckeditor\ckeditor_php5.php解决办法-图片2

          最后保存,