1.3.0 • Published 5 years ago

xielongren-tool v1.3.0

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

1.安装

npm i xielongren-tool

2.导入

const xielongren = require('xielongren-tool')

3.时间格式化

//格式化时间
function formData(str) {
    return '2020-11-05 14:14:14'
}

4.转义

function htmlStr(data) {
    return 't;&get >>&get >>&get'
}

5.还原

//还原
function htmlUsStr(data) {
    return '----- -------- 还原  ---------  --------'
}

6.开源协议