Marco Nie - node.js 入门教程之五 -- HTTP request and response 的评论 https://blog.niekun.net/archives/2137.html 搭建 http server下面是一个 http server 的示例:const http = require('http')process.env.PORT = 3000const port...