1.0.0 • Published 8 months ago

bukeikun-tools v1.0.0

Weekly downloads
-
License
ISC
Repository
-
Last release
8 months ago

安装

npm install ikun-tools

导入

const ikun=require('./ikun-tools')

格式化时间

// 调用gettime()对时间进行格式化
console.log(ikun.gettime())
// 输出:2023-9-25  22:48:52 星期一

转义HTML 中的特殊字符

//带转换的HTML字符串
const oo='<h1 title="abc">你好<span>123&nbsp</span><h1/>'
//调用htmlEscape方法进行转换
const str=ikun.htmlEscape(oo)
//输出
console.log(str)

开源协议

ISC

1.0.0

8 months ago