1.0.0 • Published 1 year ago

it-tools-yrr v1.0.0

Weekly downloads
-
License
ISC
Repository
-
Last release
1 year ago

安装

(了解大概语法格式)
npm i it-tools

导入

const it=require('it-tools-yrr')

格式化时间

const dtStr= dt.dateFormat(new Date())
console.log(dtStr);

转义

const htmlStr='<h1>这个是h1标签&nbsp;</h1>'
const str=dt.htmlEscape(htmlStr)
console.log(str);

const unStr=dt.htmlUnEscape(htmlStr)
console.log(unStr);

开源协议

ISC
1.0.0

1 year ago