JavaScript,angular四、5 去掉字符串中的HTML标签

reformNoticeContent(content) { content = content.split(''); var tagBoolean = false; content.forEach((c,index) => { if('<' === c){ tagBoolean = true; }else
相关文章
相关标签/搜索