ljharb / qs

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

qs.parse ( location.search )The first parameter name has? #409

Closed huangjihua closed 3 years ago

huangjihua commented 3 years ago

image

ljharb commented 3 years ago

The query string doesn’t include the question mark, despite window.location.search’s behavior. See the readme for the ignoreQueryPrefix option, and #283.