插件使用方式 安装插件 npm install randomNickname 使用插件 var names = require('randomNickname'); var s = names.getNickname(); console.log('得到的人物名字为: ' + s);