2020年12月18日
摘要: 1、搭建网站服务器:实现客户端与服务端的通信 新建 user 文件夹,新建 app.js 文件: // 用于创建网站服务器的模块 const http = require('http'); // 创建服务器 const app = http.createServer(); // 为服务器端对象添加请 阅读全文
posted @ 2020-12-18 10:34 JoeYoung 阅读(1164) 评论(0) 推荐(0)