Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我试图在发布请求中发送一个 json 文件。此 json 包含一个列表,但尽管分配了其余值,但该列表被发送为空。这是 json argus
'post_argus= {"fileName"=>"T", "Available"=>"yes", "Devices"=>[{"Device"=>"PC"}, {"Device"=>"iPad"}, {"Device"=>"iPhone"}]}'
设备列表为空,但 fileName 和 available 具有值。有什么帮助吗?