phpcms_V9编辑器的批量除了超链接功能开启

phpcms_V9编辑器的批量去除超链接功能开启打开 statics/js/ckeditor/ckeditor.js$.execCommand(unlink,f

phpcms_V9编辑器的批量去除超链接功能开启
打开 statics/js/ckeditor/ckeditor.js

$.execCommand('unlink',false,null);


改成

$.execCommand('unlink',false,true);