本文共 261 字,大约阅读时间需要 1 分钟。
var str = 'ProsperLee
'; document.write(str.replace(/ /gmi, '')); // 去除HTML中的注释 document.write(str.replace(/<[^>]+>/g,"")); // 去除HTML标签 document.write(str.replace(/(<[^\s\/>]+)\b[^>]*>/gi,"$1>")); // 去除HTML标签中的属性
留下你的足迹求推荐呦
转载地址:http://tlvta.baihongyu.com/