摘要: ##用内置 http 模块创建服务器 创建 server.js 文件,代码如下: ``` const http = require('http'); const hostname = 'localhost'; const port = 3000; const server = http.create 阅读全文
posted @ 2023-07-08 20:28 MARSHBAN 阅读(37) 评论(0) 推荐(0)