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

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

WBOY
リリース: 2016-05-16 17:00:08
オリジナル
1156 人が閲覧しました
复制代码代码如下:



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;
}
関連ラベル:
ソース:php.cn
このウェブサイトの声明
この記事の内容はネチズンが自主的に寄稿したものであり、著作権は原著者に帰属します。このサイトは、それに相当する法的責任を負いません。盗作または侵害の疑いのあるコンテンツを見つけた場合は、admin@php.cn までご連絡ください。
最新の問題
人気のチュートリアル
詳細>
最新のダウンロード
詳細>
ウェブエフェクト
公式サイト
サイト素材
フロントエンドテンプレート