- 博客(1)
- 资源 (1)
- 收藏
- 关注
原创 格式化HTML字符串代码。
export function format(html){ if(html==""||typeof html =='undefined') return ""; let msg=html; msg=replaceAll(msg,"<","|<"); msg=replaceAll(msg,">",">|"); msg=replaceAl...
2020-05-07 18:01:25
796
vendors.js
格式化html字符串,根据传入的html 字符串 要求满足 满足 html格式 有闭合标签,传入后返回携带格式的html代码。如果有优化的朋友可以 评论区讨论
2020-09-14
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人
RSS订阅