摘要: //去掉html标签 1 2 3 function removeHtmlTab(tab) { return tab.replace(/<[^<>]+?>/g,'');//删除所有HTML标签 } 1 2 3 function removeHtmlTab(tab) { return tab.repla 阅读全文
posted @ 2016-12-06 10:27 Smile丶品位 阅读(6940) 评论(0) 推荐(0) 编辑