1.0.1 • Published 2 years ago

niyeye-tools v1.0.1

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

安装

npm install niyeye-tools

导入

const niyeye=require("niyeye-tools")

格式化时间

const dt=niyeye.dateFormat(new Date())
console.log(dt)

转义html中的特殊字符

const str=niyeye.htmlEscape("<h1>666</h1>")
console.log(str)

把转义后的字符还原

const str=niyeye.htmlUnEscape("&lt;h1&gt;666&lt;/h1&gt;")
console.log(str)

开源协议

ISC