摘要: //去掉html标签 export function removeHtmlTab(tab) { return tab.replace(/<[^<>]+?>/g, ''); //删除所有HTML标签 } //普通字符转换成转意符 export function html2Escape(sHtml) { 阅读全文
posted @ 2022-06-29 11:05 羽鱼 阅读(135) 评论(0) 推荐(0)