itheima_mytools02

1.0.0 • Public • Published

安装

npm install itheima_mytools02

导入

const itheima = require('./itheima_mytools02')

格式化时间

const date = new Date()
// 2023-01-08 17:48:16
console.log(mymoment.dateFormat(date));

转义html中的特殊字符

const htmlstr = '<div class="abc">我是html字符</div>'
//  &lt;div class=&quot;abc&quot;&gt;我是html字符&lt;/div&gt;
console.log(mymoment.htmlEscape(htmlstr));

还原html中的特殊字符

const htmlstr = '&lt;div class=&quot;abc&quot;&gt;我是html字符&lt;/div&gt;'
//   <div class="abc">我是html字符</div>
console.log(mymoment.htmlEscape(htmlstr));

开源协议

ISC

Package Sidebar

Install

npm i itheima_mytools02

Weekly Downloads

0

Version

1.0.0

License

ISC

Unpacked Size

2.59 kB

Total Files

5

Last publish

Collaborators

  • foliagex