itheima-tools-shr

1.0.1 • Public • Published

安装

npm install itheima-tools-shr

导入

const itheima = require('itheima-tools-shr')

格式化时间

// 调用dateFormat 对时间进行格式化
const dtStr = itheima.dateFormat(new Date())
console.log(dtStr);

转义

const str = '<span>我是一段测试文字</span>'
const newStr = itheima.htmlEscape(str)
console.log(newStr);

开源协议

ISC

Package Sidebar

Install

npm i itheima-tools-shr

Weekly Downloads

1

Version

1.0.1

License

ISC

Unpacked Size

2.02 kB

Total Files

6

Last publish

Collaborators

  • shr1998vip