摘要: node.js实现简单的可以读取html页面的服务器 const http = require('http') const fs = require('fs') // 这个模块是第三方的,所以要命令行输入npm install mime 安装 // 使用这个模块要一个package.json文件,在 阅读全文
posted @ 2021-08-03 15:56 兴达 阅读(569) 评论(0) 推荐(0)