摘要: 内置http服务器后端 访问服务器资源:url地址格式: 协议://域名:端口/资源 1.创建一个服务 -引入http const http =require("http") -创建http服务器 const server=http.createServer((request,response)=> 阅读全文
posted @ 2021-11-28 23:28 cc-front 阅读(252) 评论(0) 推荐(0)