我在我的应用程序中使用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)
但是,我仍然无法理解其含义.