1.0.0 • Published 2 years ago

laumyformattest v1.0.0

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

安装

npm install laumyformattest

使用方式

const tools=require('laumyformattest')

时间日期格式

const dateStr=tools.formatDate(new Date())

字符串转义

const html='百度'

const htmlEscapeStr=tools.htmlEscape()

字符串反转义

const html=tools.htmlUnEscape('<script>alert("hello")</script>')