1.0.1 • Published 2 years ago

myhtml-tools v1.0.1

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

安装

npm install myhtml-tools

导入

const htmls = require('html-tools)

格式化时间

const dtStr = htmls.dateFormat(new Date());

转义HTML字符和还原HTML中的特殊字符

const htmlstr = '<h1 title="abc">香港回归祖国25年<span>1234567&nbsp</span></h1>';
const str = htmls.htmlEscape(htmlstr);
const str2 = htmls.htmlUnEscape(str);

开源协议

ISC