1. 去除字符串中的 html 标签 function removeHtmlTag(str) {return str.replace(/<[^>]+>/g,""); } 记录一些 js 的小办法,继续更新 …