I'm going to call this file api.js. var http = require('http'); module.exports = { get: function(callback) { var req = http.request ...
確定! 回上一頁