# wh2010-server **Repository Path**: front-end-joint-project/wh2010-server ## Basic Information - **Project Name**: wh2010-server - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-04-25 - **Last Updated**: 2022-02-24 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # app express # express API app.set() 全局设置一个变量 app.get() 全局获取变量 app.use() 记录并且使用设置全局的变量 (中间件 必须是一个函数 ) app.use(middleware) next() 下一个中间件 中间件开发工程师