faye-tools
v1.0.0
Published
提供了格式化时间,加密解码HTML片段的功能
Downloads
1
Readme
安装
npm i faye-tools
导入
const faye=require('faye-tools')
格式化时间
const dt=faye.formatDate(new Date())
编码HTML片段
const eht=faye.encipher('<h1 style="color:red">"大家好"<span>我是 lwj</span></h1>')
解码HTML片段
const dht=faye.decode(eht)
协议
ISC