标签:
function removeHmtlTag(str){ return str.replace(/<[^>]+>/g, "");//去掉所有的html标记 }
js去除html标记
原文地址:http://www.cnblogs.com/yuanyue/p/4955622.html