时间:2021-05-26
复制代码 代码如下:
<input type="button" onclick="cleanWord();" 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;
}
声明:本页内容来源网络,仅供用户参考;我单位不保证亦不表示资料全面及准确无误,也不保证亦不表示这些资料为最新信息,如因任何原因,本网内容或者用户因倚赖本网内容造成任何损失或损害,我单位将不会负任何法律责任。如涉及版权问题,请提交至online#300.cn邮箱联系删除。
本文实例讲述了JS验证邮件地址格式方法。分享给大家供大家参考,具体如下:示例1:复制代码代码如下:functioncheckRate(input){varre=
典型代码示例复制代码代码如下:yepnope({test:Modernizr.geolocation,yep:'normal.js',nope:['polyfi
复制代码代码如下:/*给几个js写word的参考:this.Word.Selection.Font.Size=16;//字体大小this.Word.
注释方便用户理解代码,而且易于网页的维护。html注释格式:,css,js等多行注释格式:,css,js等单行注释格式://注释内容。软件名称:
以下是示例代码第一种效果:///无时分秒functionjsonDateFormat(jsonDate){//json日期格式转换为正常格式try{vardat