createServer(options, [requestListener]); https.request(options, callback); https.get(options, ... In Node this is implemented as a separate module.
確定! 回上一頁