var str = 'add<a>daad</a><p>fsdada</p>'
str.replace(/<[^<>]+>/g,'')

 

相关文章: