摘要: const http=require("http"); http.createServer(function (request,response){ response.writeHead(200,{'Content-type':'text/html'}); response.end('<h1> he 阅读全文
posted @ 2023-01-21 13:53 ®Geovin Du Dream Park™ 阅读(18) 评论(0) 推荐(0)