Node.js版Hello Dolly
This is not just a plugin, it symbolizes the hope and enthusiasm of an entire generation summed up in two words sung most famously by Louis Armstrong.
如何使用
npm install --save hello-dolly
示例:
var hello_dolly = require("hello-dolly");
console.log(hello_dolly()); //English
console.log(hello_dolly("en")); //English
console.log(hello_dolly("zh-CN")); //Simplified-Chinese
console.log(hello_dolly("test")); //Others Default Language English
惟一参数 语言
.
如何贡献
多语言支持需要. 请随意 Fork
.
Node.js版Hello Dolly