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

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

          当前位置:首页 > 织梦include网上投注赚钱\ckeditor\ckeditorAG真人手机投注客户端 >

          织梦include网上投注赚钱\ckeditor\ckeditorAG真人手机投注客户端

          来源 三三五五网
          2025-06-19 23:05:43

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

          为了兼容PHP5.4+,

          include/common.func.php文件可能被修改。而且出现“Call to undefined function dede_htmlspecialchars()in......include\ckeditor\ckeditor_php5.php”的代码提示(如下图)。在这个函数的上面添加如下代码(记得用英语小写哦,文章内AG真人手机投注客户端g>网上投注赚钱容编辑时出现错误,

          在用织梦CMS套用别人的模板(编码是gb2312)建站,或者复制如下代码到txt文本,发现添加不了,搜索“function RunApp”,再从txt文本复制到添加的地方)即可:

          function dede_htmlspecialchars($str) {

          global $cfg_soft_lang;*****AG真人手机投注客户端ng>网上投注赚钱*

          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

          最后保存,其中替换了include/common.func.php这个原文件。可以通过FTP传送本地打开/include/common.func.php中文件,在后台添加栏目、上传覆盖原来的就可以了。