乐趣区

关于javascript:js-去除字符串中的html标签

1. 去除字符串中的 html 标签

function removeHtmlTag(str) {return str.replace(/<[^>]+>/g,"");
}

记录一些 js 的小办法,继续更新 …

退出移动版