摘要:
一、NodeJS简介 二、http模块 它是NodeJS的内置模块, 使用时,通过 const http = require("http") 直接引入 http.createServer(function(req,res){}).listen(80); 三、fs模块 它是NodeJS的内置模块, 使 阅读全文
posted @ 2019-09-12 11:35
润物细无声哦
阅读(117)
评论(0)
推荐(0)