1.0.0 • Published 11 months ago

transformersz v1.0.0

Weekly downloads
-
License
ISC
Repository
-
Last release
11 months ago

安装

npm install itheima-tools

导入

const itheima=require(itheima-tools);

格式化时间

const dtStr=itheima.dateFunc();

转义html中的特殊字符

const htmlStr='<h1 title="abc">这是h1标签</h1>'
itheima.htmlFunc(htmlStr);

还原html中的特殊字符

const htmlunStr=itheima.htmlFunc(htmlStr);
itheima.htmlunFunc(htmlunStr);

开源协议

ISC

1.0.0

11 months ago