1.1.0 • Published 3 years ago

itheima-peng v1.1.0

Weekly downloads
1
License
ISC
Repository
-
Last release
3 years ago

安装包

npm install itheima

导入

const itheima=require('itheima');

格式化时间的用法

var times = time.letTime(new Date);
console.log(times);

转义字符串

var str = '<h1>&bnp</h1><div><span></span></div>'
var html = time.html(str);

还原字符串

var html = time.html(str);
var html = time.htmlH(html);

开源协议

ISC

1.1.0

3 years ago

1.0.0

3 years ago