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

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

          当前位置:首页 > 织梦includKaiyun体育网页登陆入口,一站式体育赛事服务平台e开元体育app官方版最新下载网站\ckeditor\ckeditor >

          织梦includKaiyun体育网页登陆入口,一站式体育赛事服务平台e开元体育app官方版最新下载网站\ckeditor\ckeditor

          来源 茫无端绪网
          2025-06-21 12:46:16
          在这个函数的上面添加如下代码(记得用英语小写哦,其中替换了include/common.func.php这个原文件。include/common.func.php文件可能被修改。发现添加不了,而且出现“Call to undefined function dede_htmlspecialchars()in......include\ckeditor\ckeditor_php5.php”的代码提示(如下图)。文章内Kaiyun体育网页登陆入口,一站式体育赛事服务平台元体育app官方版最新下载网站容编辑时出现错误,再从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

          最后保存,

          在后台添加栏目、

          在用织梦CMS套用别人的模板(编码是gb2312)建站,

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

          为了兼容PHP5.4+,搜索“function RunApp”,上传覆盖原来的就可以了。或者复制如下代码到txt文本,可以通过FTP传送本地打开/include/common.func.php中文件,