2.0.1 • Published 4 years ago
itheima-tools-ljj v2.0.1
安装
npm install itheima-tools-ljj导入
const itheima = require('itheima-tools')格式化时间
const dt = new Date()
const now = dataFormat.dataFormat(dt)转义HTML特殊字符
const htmlStr = '<h1 title="abc">这是h1标签<span>123 </span></h1>'
const nowhtmlStr = dataFormat.htmlEscape(htmlStr) 还原HTML特殊字符
const htmlStr = '<h1 title="abc">这是h1标签<span>123&nbsp;</span></h1>'
const nowhtmlStr = dataFormat.htmlUnEscape(htmlStr) 开源协议
ISC