文件名称:tacit-helloworld:默认 Hello World 模块
文件大小:3KB
文件格式:ZIP
更新时间:2024-06-21 18:08:01
JavaScript
默认的helloworld 你好世界模块 一个小型库,提供escape和unescape HTML 实体的实用方法 注意:这是默认的子模块。 安装 npm install tacit-helloworld --save 用法 var tacit-helloworld = require('tacit-helloworld') escape = tacit-helloworld.escape, unescape = tacit-helloworld.unescape; var html = ' 你好,世界 ', 转义 = 转义 (html), 未转义 = 转义 (转义); console.log('html', html, '转义', 转义, '未转义', 未转义); 测试 npm 测试 贡献 代替正式的风格指南,注意维护现有的编码风格。 为任何新的或更改的功能添加单元测试。 Lint
【文件预览】:
tacit-helloworld-master
----README.md(806B)
----test()
--------index.js(1KB)
----LICENSE(1KB)
----package.json(812B)
----index.js(678B)
----Makefile(64B)