摘要:
function removeHTMLTag(str) { str = str.replace(/]*>/g,''); //去除HTML tag str = str.replace(/[ | ]*\n/g,'\n'); //去除行尾空白 ... 阅读全文
posted @ 2015-04-23 11:03
资江河畔
阅读(1500)
评论(0)
推荐(0)
|
摘要:
function removeHTMLTag(str) { str = str.replace(/]*>/g,''); //去除HTML tag str = str.replace(/[ | ]*\n/g,'\n'); //去除行尾空白 ... 阅读全文
posted @ 2015-04-23 11:03
资江河畔
阅读(1500)
评论(0)
推荐(0)
|