赞
踩
var hello = require('./hello');hello.world();
在 Node.js 中,引入一个模块非常简单,如下我们创建一个 main.js 文件并引入 hello 模块,代码如下: