html-handle-codeyintao
v1.0.0
Published
将html代码转义为普通字符串,防止用户输入html代码
Downloads
12
Readme
安装
npm install html-handle-codeyintao
导入模块
const htmlHandle = require('html-handle-codeyintao')
使用模块
htmlHandle.htmlEscape(str)//转义html代码
htmlHandle.htmlUnEscape(str)//还原html代码