ホームページ >ウェブフロントエンド >jsチュートリアル >jsクリーンアップ Word形式サンプルコード_javascriptスキル

jsクリーンアップ Word形式サンプルコード_javascriptスキル

WBOY
WBOYオリジナル
2016-05-16 17:00:081157ブラウズ
复制代码代码如下:



cleanWord = function(){
var editBody = FCKeditorAPI.GetInstance("text").EditorDocument.body;
var html = FCKeditorAPI.GetInstance("text").EditorDocument.body.innerText;
for(var intLoop=0;intLoopel=editBody.all[intLoop];
el.removeAttribute("className","",0);
el.removeAttribute("style","",0);
el.removeAttribute("font"," ",0);
}
html=html.replace(/ /g,"");
html=html.replace(/o:/g,"");
html=html.replace(//g,"");
html=html.replace(//g,"");
html=html.replace(//g,"");
html=html.replace(//g,"");
html=html.replace(//g,"");
html=html.replace(/

/g,"");
html=html.replace(/

/g,"");
html=html.replace(/
/g,"");
FCKeditorAPI.GetInstance("text").EditorDocument.body.innerText=html;
}
声明:
この記事の内容はネチズンが自主的に寄稿したものであり、著作権は原著者に帰属します。このサイトは、それに相当する法的責任を負いません。盗作または侵害の疑いのあるコンテンツを見つけた場合は、admin@php.cn までご連絡ください。