ayakumotools
v1.0.0
Published
提供了格式化事件、HTMLEscape相关的功能
Downloads
1
Readme
安装
npm install ayakumotools
导入
const mytools = require("ayakumotools")
格式化时间
const dtStr = mytools.dateFormate(new Date())
console.log(dtStr);
转义HTML中的特殊字符
const htmlStr = mytools.htmlEscape('<h1>123</h1>')
console.log(htmlStr);
开源协议
ISC