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

Latest commit

 

History

History
13 lines (10 loc) · 151 Bytes

File metadata and controls

13 lines (10 loc) · 151 Bytes

Array格式数据 转 POSTMAN Bulk Edit

Array格式数据

array("a" => "123", "b" => "456")

POSTMAN Bulk Edit

a:123
b:456