1.0.0 • Published 5 years ago

time_htmlescape v1.0.0

Weekly downloads
-
License
ISC
Repository
-
Last release
5 years ago

##安装 npm install time_htmlescape

##导入 const time_htmlescape=require('time_htmlescape);

##格式化时间 调用moment对时间格式化 const datestr=moment.format(new Date()); console.log(datestr);

##转换html 调用htmpEscape来对格式进行修改 const htmlstr=htmlEscape.htmlEscape(<h1>111</h1>); console.log(htmlstr);

调用还原格式 const htmlstr=htmlEscape.htmlUnEscape(&lth1&gt111&lt/h1&gt); console.log(htmlstr);

##开源协议 ISC

1.0.0

5 years ago