1.0.0 • Published 2 years ago

itthmain-tool v1.0.0

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

安装

npm install itthmain-tool

导入

let itthmain=require('./index')

格式化时间

// 调用 dataFormat  对时间进行格式化
const dtStr=itthmain. (new Date())

转义 html 中的特殊字符

// 调用 htmlEscape 方法进行转换
const htmlStr = '<h1 title="abc">这是h1标签<span>123&nbsp;</span></好>';
// 转换结果 &lth1 title=&quotabc&quot&gt这是h1标签&ltspan&gt123&ampnbsp;&lt/span&gt&lt/好&gt
1.0.0

2 years ago