模块的安装 npm install zzx-code 模块的导入 const zzx = require("zzx-code"); 模块的使用 // 注册中间件 app.use(zzx); // 注册完成之后就可以将post请求过来的参数转换成json格式