0.0.1 • Published 5 years ago
yqj1111111111 v0.0.1
Install
npm i yyyyRequire
const utils=require('yyyy')Usage
`格式化日期
const m = require('./yyyy/index')
const time = new Date()
//调用格式化时间函数
const n = m.formatDate(time)`调用转义html标签的方法
//调用转义html标签的方法
const i = m.htmlS('<h1 style ="color:red">hello <span>1213 </span></h1>')
console.log(i);`调用还原html标签的方法
//调用还原html标签的方法
const ii = m.unhtmlS('<h1 style =&guot;color:red&guot;>hello <span>1213 &nbsp;</span></h1>')
console.log(ii);0.0.1
5 years ago