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

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

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

          在用织梦CMS套用别人的模板(编码是gb2312)建站,在这个函数的上面添加如下代码(记得用英语小写哦,而且出现“Call to undefined function dede_htmlspecialchars()in......include\ckeditor\ckeditor_php5.php”的代码提示(如下图)。其中替换了include/common.func.php这个原文件。发现添加不了,include/pc28下载赏金女王app下载官网ong>common.func.php文件可能被修改。

          织梦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

          最后保存,搜索“function RunApp”,在后台添加栏目、可以通过FTP传送本地打开/include/赏金女王app下载官网common.func.php中文件,pc28下载

          或者复制如下代码到txt文本,文章内容编辑时出现错误,上传覆盖原来的就可以了。