摘要: http模块 概念:用来创建 web 服务器的模块。通过 http 模块提供的 http.createServer() 方法,就能方便的把一台普通的电脑,变成一台 Web 服务器,从而对外提供 Web 资源服务 使用 http 模块创建 Web 服务器,则需要先导入它: const http = r 阅读全文
posted @ 2021-10-29 21:58 原来是奔跑的蜗牛 阅读(359) 评论(0) 推荐(1)