摘要: // 引入相关模块 const http = require('http'); const fs = require('fs'); const path = require('path'); //实例化一个服务器 const server = http.createServer(); //给服务器绑 阅读全文
posted @ 2020-10-06 22:33 MIKE-CHOW 阅读(143) 评论(0) 推荐(0)