国产探花免费观看_亚洲丰满少妇自慰呻吟_97日韩有码在线_资源在线日韩欧美_一区二区精品毛片,辰东完美世界有声小说,欢乐颂第一季,yy玄幻小说排行榜完本

首頁 > 語言 > JavaScript > 正文

js清理Word格式示例代碼

2024-05-06 16:00:50
字體:
來源:轉載
供稿:網友
這篇文章主要介紹了使用JS清理Word格式的方法,需要的朋友可以參考下

復制代碼 代碼如下:


<input type="button" value="Word清理" />

cleanWord = function(){
var editBody = FCKeditorAPI.GetInstance("text").EditorDocument.body;
var html = FCKeditorAPI.GetInstance("text").EditorDocument.body.innerText;
for(var intLoop=0;intLoop<editBody.all.length;intLoop++){
el=editBody.all[intLoop];
  el.removeAttribute("className","",0);
  el.removeAttribute("style","",0);
  el.removeAttribute("font"," ",0);
}
html=html.replace(/<o:p> <//o:p>/g,"");
html=html.replace(/o:/g,"");
html=html.replace(/<font>/g,"");
html=html.replace(/<FONT>/g,"");
html=html.replace(/<span>/g,"");
html=html.replace(/<SPAN>/g,"");
html=html.replace(/<SPANlang=EN-US>/g,"");
html=html.replace(/<P>/g,"");
html=html.replace(/<//P>/g,"");
html=html.replace(/<//SPAN>/g,"");
FCKeditorAPI.GetInstance("text").EditorDocument.body.innerText=html;
}

發表評論 共有條評論
用戶名: 密碼:
驗證碼: 匿名發表

圖片精選

主站蜘蛛池模板: 桦南县| 大埔区| 嘉义市| 布尔津县| 孟连| 普兰店市| 奎屯市| 永修县| 尼勒克县| 东阳市| 曲松县| 武强县| 二连浩特市| 武夷山市| 格尔木市| 宝丰县| 都江堰市| 尼勒克县| 林芝县| 贵溪市| 武威市| 乐昌市| 宿松县| 阿荣旗| 昌吉市| 康平县| 城口县| 出国| 青阳县| 深水埗区| 公主岭市| 平定县| 佳木斯市| 历史| 长顺县| 仪征市| 平谷区| 乌拉特后旗| 达孜县| 昌江| 凤翔县|