JS转换HTML转义符
摘要://去掉html标签 1 2 3 function removeHtmlTab(tab) { return tab.replace(/<[^<>]+?>/g,'');//删除所有HTML标签 } 1 2 3 function removeHtmlTab(tab) { return tab.repla
阅读全文
posted @ 2016-11-29 17:19
posted @ 2016-11-29 17:19