ljharb / qs

A querystring parser with nesting support
BSD 3-Clause "New" or "Revised" License
8.47k stars 731 forks source link

qs.parse return different while the query is in different position #483

Closed caoyonghao closed 10 months ago

ljharb commented 9 months ago

Seems like you figured out that by default, the ? must not be present in the query string provided, altho there's an ignoreQueryString option if you want to include it.