1.0.14 • Published 5 years ago

attmall v1.0.14

Weekly downloads
2
License
MIT
Repository
github
Last release
5 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

5 years ago

1.0.13

5 years ago

1.0.12

5 years ago

1.0.11

5 years ago

1.0.9

5 years ago

1.0.10

5 years ago

1.0.8

5 years ago

1.0.7

5 years ago

1.0.6

5 years ago

1.0.5

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago