var https = require('https'); https.createServer(function (req, res) { ... module provides a way of making Node.js transfer data over HTTP TLS/SSL protocol, ...
確定! 回上一頁