itheima-hhm-tool

1.0.1 • Public • Published

readme

安装

npm install itheima-hhm-tool

导入

const itheima = require('../itheima-hhm-tool/index.js')

使用方法

//格式化时间
const dtstr= itheima.dateFormat(new Date())
console.log(dtstr);
//转义html
const htmlStr = '<h1 title="abc">我是测试<span>123&nbsp;</span></h1>'
const str = itheima.htmlEscape(htmlStr)
console.log(str);
//还原html的方法
const str2 = itheima.htmlUnEscape(htmlStr)
console.log(str2);

开源协议

ISC

Package Sidebar

Install

npm i itheima-hhm-tool

Weekly Downloads

3

Version

1.0.1

License

ISC

Unpacked Size

2.7 kB

Total Files

6

Last publish

Collaborators

  • hnhhm2009