去除字符串中的html代碼

** 去除字符串中的html代碼 const removehtml = (str = ‘’) => str.replace(/<[/!][^<>]>/ig, ‘’) console.log(removehtml(‘ 哈哈哈哈<呵呵呵’)) // 哈哈哈哈<呵呵呵
相關文章
相關標籤/搜索