@1000ch/html-escape 中文文档教程
html-escape
转义 HTML 特殊字符。
Install
$ npm install 1000ch/html-escape
Usage
const escapeHTML = require('html-escape');
escapeHTML('<html></html>');
// => <html></html>
转义 HTML 特殊字符。
$ npm install 1000ch/html-escape
const escapeHTML = require('html-escape');
escapeHTML('<html></html>');
// => <html></html>
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。