Skip to content
This repository was archived by the owner on Jan 7, 2023. It is now read-only.

Latest commit

 

History

History
12 lines (9 loc) · 189 Bytes

File metadata and controls

12 lines (9 loc) · 189 Bytes

JSON格式数据 转 Query格式数据

JSON格式数据

{"key1":"value1","key2":"value2","key3":"value3"}

Query格式数据

key1=value1&key2=value2&key3=value3