文件名称:npm-module-heloworld:npm 节点模块 heloworld
文件大小:2KB
文件格式:ZIP
更新时间:2024-08-02 23:24:23
JavaScript
npm 模块 heloworld 一个小型库,提供escape和unescape HTML 实体的实用方法 安装 npm install npm-module-heloworld --save 用法 var scapegoat = require('npm-module-heloworld') escape = scapegoat.escape, unescape = scapegoat.unescape; var html = '
Hello World
', escaped = escape(html), unescaped = unescape(escaped); console.log('html', html, 'escaped', escaped, 'unescaped', unescaped);【文件预览】:
npm-module-heloworld-master
----.gitignore(13B)
----package.json(393B)
----index.js(679B)
----README.md(834B)
----test()
--------index.js(1KB)