query string 中使用对象,数组
推荐:"a.a=1&a.a=2" // {a: {a: [1,2]}}
query string 中不允许使用 "[" :https://tools.ietf.org/html/rfc3986#section-3.2.2
"[" 和 "," 都是保留字,应该被编码:https://tools.ietf.org/html/rfc3986#section-2.2
Some records of life and study