Express框架

##用内置 http 模块创建服务器 创建 server.js 文件,代码如下: ``` const http = require('http'); const hostname = 'localhost'; const port = 3000; const server = http.create
posted @ 2023-07-08 20:28  MARSHBAN  阅读(5)  评论(0编辑  收藏  举报