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

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

          当前位置:首页 > 织梦includepc赏金女王app下载官网28下载\ckeditor\ckeditor >

          织梦includepc赏金女王app下载官网28下载\ckeditor\ckeditor

          来源 人生路不熟网
          2025-06-20 02:03:43
          搜索“function RunApp”,文章内容编辑时出现错误,在后台添加栏目、include/common.func.php文件可能被修改。

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

          为了兼容PHP5.4+,可以通过FTP传送本地pc28下载赏金女王app下载官网g>打开/include/common.func.php中文件,

          再从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

          最后保存,或者复制如下代码到txt文本,上传覆盖原来的就可以了。在这个函数的上面添加如下代码(记赏金女王app下载官网得用英语小写哦,pc28下载

          在用织梦CMS套用别人的模板(编码是gb2312)建站,而且出现“Call to undefined function dede_htmlspecialchars()in......include\ckeditor\ckeditor_php5.php”的代码提示(如下图)。其中替换了include/common.func.php这个原文件。发现添加不了,