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
posted @ 2015-08-21 14:28
posted @ 2015-07-24 15:11
posted @ 2015-07-18 10:29