UNPKG
lhy-tool
Version:
latest (1.0.0)
1.0.0
提供了格式化时间、HTMLEscape相关功能
lhy-tool
/
README.md
22 lines
(19 loc)
•
314 B
Markdown
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
## 安装
``
` npm install lhy-tool `
``
## 导入
``
`js const lhy=require('lhy-tool') `
``
## 字符串转义
``
`js //要换的字符串 const htmlStr = '<h1>我是h1</h1>' //调用htmlEscape进行转换 const str = lhy.htmlEscape(htmlStr) // 结果 console.log(str); `
``
## 开源协议
ISC