标签: javascript arrays query-parameters
我的location.search字符串中包含此字符串:
test[one][]=somestring
有没有办法将此字符串转换为javascript,如下所示:
{ "one": ["somestring"] }
由于