const http = require('http'); const server = http.createServer((request, response) => { // magic happens here! }); 首先createServer方法传入的是 ...
確定! 回上一頁