1.0.0 • Published 1 year ago

chenxin-tools v1.0.0

Weekly downloads
-
License
ISC
Repository
-
Last release
1 year ago
npm install cx-tools
const cx = require('cx-tools')

格式化时间

//调用dateFormat对时间进行格式化
const dtStr = cx.dateFormat(new Date())

转义HTML中的特殊字符

const htmlStr  = '<h1 titel = "abc">这是和h1标签<span>123&nbsp;</span></h1>'
const str = cx.htmlEscape(htmlStr)

开源协议

ISC

1.0.0

1 year ago