1.0.14 • Published 4 years ago

attmall v1.0.14

Weekly downloads
2
License
MIT
Repository
github
Last release
4 years ago

attmall

ver-image

测试模块

Installation

这是一个可以通过 npm registry 使用的 Node.js 模块。 安装是使用npm install 命令:

$ npm install attmall

API

var attmall = require('attmall')

attmall.say(string)

返回欢迎信息

// 返回“开发者您好,欢迎光临”
attmall.say('开发者')

Examples

显示“用户您好,欢迎光临”

var attmall=require('attmall');

console.log(attmall.say('用户'));

License

MIT

1.0.14

4 years ago

1.0.13

4 years ago

1.0.12

4 years ago

1.0.11

4 years ago

1.0.9

4 years ago

1.0.10

4 years ago

1.0.8

4 years ago

1.0.7

4 years ago

1.0.6

4 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago