helmet Helmet插件可以解决xss等攻击
const express = require('express') const helmet = require('helmet') const app = express() app.use(helmet())