1.0.0 • Published 3 years ago

wangshuo-tools v1.0.0

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

包的安装方式

npm i ws-tools

导入方式

const tools = require('ws-tools')

格式化时间

const dtStr = tools.dateFormat(new Date())

转译html

   tools.htmlEscape('str')
   tools.htmlUnEscap('str')
1.0.0

3 years ago