【MySQL】MySQL的基本使用http://t.csdn.cn/PiCec
【MySQL】MySQL的高级操作http://t.csdn.cn/0a2j0











npm i express-session
静态资源路径建议加上__dirname
const path = require(‘path’)
app.use(express.static(path.join(__dirname, ‘./pages’)))






npm i jsonwebtoken express-jwt

