const https = require('https') const options = { hostname: 'whatever.com', port: 443, path: '/todos', method: 'GET' } const req = https.request(options, ...
確定! 回上一頁