摘要: nodejs构建简单的web服务器 //使用node轻松构建一个web服务器 //在node中提供了一个核心模块http //http的职责就是创建编写http //1.加载http核心模块 var http=require('http') //2.使用http.createServer()创建一个 阅读全文
posted @ 2021-03-05 13:46 好吗,好 阅读(71) 评论(0) 推荐(0)