第一步:首先进后台 系统设置——内容模型基本设置——找到管理员后台发表文章的编辑器类型:选择ewebeditor(仅支持IE,但对Word支持较好)
第二步:inc/check.postarticle.php
查找
$postdb[content] = preg_replace('/java script/i','java script',$postdb[content]);
$postdb[content] = preg_replace('/<iframe ([^<>]+)>/i','<iframe \\1>',$postdb[content]);
删除即可.
第三步:发布搞定!!!!!