express的作用!中间层,自定义操作expressyarn add express yarn add body-parser 解析from-encode或json中间件(及函数)1.应用中间件 const express = require('express') const bodyParser = require('body-parser') app = express() 解析js...