1.0.0 • Published 1 year ago

itheima-tools-khr v1.0.0

Weekly downloads
-
License
ISC
Repository
-
Last release
1 year ago

install

npm install itheima-tools-khr

init

const itheima = require(itheima-tools-khr)

dateFormat

const str = itheima.dataFormat(new Date())
console.log(str);

escapeHtml

const htmlStr = '<h1 title="asd">123&nbsp;aw</h1>'
const str2 = itheima.HtmlEscape(htmlStr)

license

ISC

1.0.0

1 year ago