http 模块主要用于搭建HTTP服务。使用Node搭建HTTP服务器非常简单。 var http = require('http'); http.createServer(function (request, response){ ...
確定! 回上一頁