Query格式数据 转 Array格式数据 Query格式数据 key1=value1&key2=value2&key3=value3 Array格式数据 array ( 'key1' => 'value1', 'key2' => 'value2', 'key3' => 'value3', )