Back to catalog

uckkk /

dsh-html-escape

Verified

@{name=dsh-html-escape; version=0.1.0; description=HTML 实体编解码:转义/反转义 HTML 特殊字符与常用实体; type=module; main=lib/index.js; exports=; files=System.Object[]; dsh=; keywords=System.Object[]; author=istone <ad571@qq.com>; license=MIT; peerDependencies=}.description

0 Stars0 Forks0 IssuesN/A Community rating0 Confirmed installs
READMESource: main@7477437a

dsh-html-escape · HTML 实体编解码

转义/反转义 HTML 特殊字符与常用实体。纯 Node 实现。

提供的工具

工具 作用
html_escape 转义 & < > " '
html_unescape 反转义实体

安装

dsh plugin add dsh-html-escape

安装后在 profile 的 package.jsondsh.profile.bundles 中加入 "dsh-html-escape"

用法示例

把这段用户输入转义,防止 XSS
→ 调用 html_escape(text="<script>alert(1)</script>")
/ 5

No ratings yet

Community comments

No comments yet. Be the first to write one.