打开 include/fckeditor/fckconfig.js
找到
fckconfig.enablexhtml = true; // unsupported: do not change.
fckconfig.enablesourcexhtml = true ; // unsupported: do not change.
改为
fckconfig.enablexhtml = false ; // unsupported: do not change.
fckconfig.enablesourcexhtml = false ; // unsupported: do not change.
然后删除你浏览器的临时文件,刷新当前页面,你会发现,不再被fck恶搞了
【说明】:本文章由站长整理发布,文章内容不代表本站观点,如文中有侵权行为,请与本站客服联系(QQ:)!