1. 首页
  2. 数据库
  3. 其它
  4. 重学Node 0x3 RESTful Services and Express

重学Node 0x3 RESTful Services and Express

上传者: 2021-02-19 19:26:40上传 PDF文件 227.88KB 热度 9次
RESTful Representational State Transfer Express // index.js const express = require('express') const app = express() app.get('/', (req, res) => { res.send('Helo Express') }) app.listen(3000, () => { console.log('Listening on port 3000...') }) nodeMon npm i -g nodemon nodemon : 无法加载文件 C:\
下载地址
用户评论