js 内容去掉html标签

let item = "<p>hello</p>";

content = item.replace(/<\/?.+?>/g,"");