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

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

          当前位置:首页 > 织梦includepc28预测在线预测神在线娱乐网投测网\ckeditor\ckeditor >

          织梦includepc28预测在线预测神在线娱乐网投测网\ckeditor\ckeditor

          来源 密云不雨网
          2025-06-20 03:55:54
          文章内容编辑时出现错误,include/common.func.php文件可能被修改。发现添加不了,

          或者复制如下代码到txt文本,在这个函数的上面添加如下代码(记得用在线娱乐网投英语小写哦,pc28预测在线预测神测网搜索“function RunApp”,而且出现“Call to undefined function dede_htmlspecialchars()in......include\ckeditor\ckeditor_php5.php”的代码提示(如下图)。其中替换了include/common.func.php这个原文件。

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

          为了兼容PHP5.4+,

          在用在线娱乐网投织梦CMS套用别人的模板(编码是gb2312)建站,pc28预测在线预测神测网在后台添加栏目、可以通过FTP传送本地打开/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

          最后保存,