1.0.0 • Published 5 years ago

miaomiaomiao-tools v1.0.0

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

安装

npm install miaomiaomiao-tools

导入

const miaomiaomiao = require("miaomiaomiao-tools")

日期格式化

console.log(miao.dataFormal(new Date()));

转译

const str = `<h1 title="logo">Hello World</h1>`;
const str1 = miao.htmlEscape(str);

还原

const str2 = miao.htmlUnEscape(str1)
console.log(str2);

开源协议

ISC
1.0.0

5 years ago