1.0.1 • Published 1 year ago

ren-sayyingbagname v1.0.1

Weekly downloads
-
License
ISC
Repository
-
Last release
1 year ago

安装

npm install itheima-tools

导入

const itheima = require('iitheima-tools')

格式化时间

// 调用dataFormat对时间进行格式化
const dtStr = itheima.dataFormat(new Date())
// 结果  2020-04-03 17:20:58
console.log(dtStr)

带转换的HTML的字符

// HTML字符
const htmlStr = '<h1 title="abc">这是h1标签<span>123&nbs</span></h1>'
// 调用htmlFormat方法进行转换
const str = itheima.htmlFormat(htmlStr)
// 转换结果巴拉巴拉
console.log(str)

还原HTML字符

// 调用htmlReturn进行转换
const str2 = itheima.htmlReturn(str)
// 输出结果
console.log(str2)

开源协议

ISC

1.0.1

1 year ago