1.0.0 • Published 3 years ago
faye-tools v1.0.0
安装
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)协议
ISC1.0.0
3 years ago