1.0.0 • Published 5 years ago

yangmou v1.0.0

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

安装

npm install yangmou 

导入

const yangmou = require('yangmou')

格式化时间

//调用time 方法格式化时间
const time = yangmou.time(new Date())

转译特殊字符

//调用html 方法转译特殊字符  <li>你是谁啊&nbsp;</li>
const html = yangmou.html('<li>你是谁啊&nbsp;</li>')

还原特殊字符

//调用l 方法还原特殊字符
const l = yangmou.l('&lt;li&gt;你是谁啊&amp;nbsp;&lt;/li&gt;')
1.0.0

5 years ago