打开ckeditor 包下的config.js,在 CKEDITOR.editorConfig= function(config){...}添加一句配置:
config.forcePasteAsPlainText = true;
可能JS缓存,注意刷新当前页面。
参考:http://docs.ckeditor.com/#!/api/CKEDITOR.config-cfg-forcePasteAsPlainText
打开ckeditor 包下的config.js,在 CKEDITOR.editorConfig= function(config){...}添加一句配置:
config.forcePasteAsPlainText = true;
可能JS缓存,注意刷新当前页面。
参考:http://docs.ckeditor.com/#!/api/CKEDITOR.config-cfg-forcePasteAsPlainText