摘要: const http = require("http"); const fs = require("fs"); const server = http.createServer((req, res) => { if (req.url "/events") { // 设置响应头,指明使用 text/e 阅读全文
posted @ 2023-11-14 16:29 古德拉克 阅读(145) 评论(0) 推荐(0) 编辑