2020年8月7日
摘要: const http = require("http") http .createServer((req, res) => { res.end(`<h1>asdfadffasfasf</h1>`) }) .listen(3000) 阅读全文
posted @ 2020-08-07 21:26 危险* 阅读(176) 评论(0) 推荐(0) 编辑
摘要: https://segmentfault.com/a/1190000020487946?utm_source=tag-newest 阅读全文
posted @ 2020-08-07 14:21 危险* 阅读(507) 评论(0) 推荐(0) 编辑