1.0.0 • Published 1 year ago

itheima-sx v1.0.0

Weekly downloads
-
License
ISC
Repository
-
Last release
1 year ago

安装方式

''' npm i itheima-sx '''

导入方式

'''js const heima = require('./itheima-sx') '''

格式化时间

'''js const dt = heima.dateformat(new Date()) console.log(dt); '''

转义html特殊字符

'''js const htmlStr = '我是一个h1标签我是span ' const str1 = heima.htmlEscape(htmlStr) console.log(str1); '''

还原html特殊字符

'''js const str2 = heima.htmlUnEscape(str1) console.log(str2); '''

开源协议

ISC

1.0.0

1 year ago