相关疑难解决方法(0)

快递4.0中"扩展"的含义是什么?

我在我的应用程序中使用express和body-parser.

app.use(bodyParser.urlencoded({ extended: false }));
Run Code Online (Sandbox Code Playgroud)

但是,快递4.0中"延伸"的含义是什么?

我找到了这个

extended - parse extended syntax with the qs module.
Run Code Online (Sandbox Code Playgroud)

但是,我仍然无法理解其含义.

node.js express body-parser

67
推荐指数
3
解决办法
3万
查看次数

标签 统计

body-parser ×1

express ×1

node.js ×1