gpt4 book ai didi

php - 如何将 URL 编码的 JSON 数组转换为 PHP 数组

转载 作者:行者123 更新时间:2023-12-02 05:29:46 24 4
gpt4 key购买 nike

如何将从我的 android 应用程序发送的 URL 编码 JSON 转换为 PHP 数组。我得到的当前格式如下所示。

[{\\\"product_id\\\":\\\"33\\\",\\\"amount\\\":\\\"1\\\"},{\\\"product_id\\\":\\\"34\\\",\\\"amount\\\":\\\"3\\\"},{\\\"product_id\\\":\\\"10\\\",\\\"amount\\\":\\\"1\\\"}]

如何将这些数据转换成以下格式

product_id    amount   33         1    34         3    10         1 

因为我想将这些数据插入到 MySQL 数据库中。任何人都可以帮助我解决这个问题。

最佳答案

使用json_decode :

echo json_decode($jsonarr);

关于php - 如何将 URL 编码的 JSON 数组转换为 PHP 数组,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/12551352/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com