10.0.0 • Published 2 years ago

itheima-libai-loolop v10.0.0

Weekly downloads
-
License
ISC
Repository
-
Last release
2 years ago

##安装 、、、 npm install itheima-tools 、、、 ##导入 、、、 const li = require('../itheima-tools') 、、、 ##使用 、、、 let str = '宿舍' let ss = li.htmlEscape(str) console.log(ss); 、、、 ##结果 、、、 <h2 style="color:red">小花</h2> 、、、