摘要: //去掉html标签function removeHtmlTab(tab) { return tab.replace(/]+?>/g,'');//删除所有HTML标签}//普通字符转换成转意符function html2Escape(sHtml) { return sHtml.replace(/[&... 阅读全文
posted @ 2015-06-11 09:30 leejersey 阅读(97972) 评论(2) 推荐(4)