php 怎么将json 转成数组对象

2025-05-10 18:44:59
推荐回答(1个)
回答1:

json转换成对象是json_decode($json);
转换成数组是json_decode($json, true);