json转换php格式 日期:2021-04-17 09:48:09 人气:1 json转换php格式 print_r(json_decode($json,true)) 看看手册就明白了当第二个参数 为 TRUE 时,将返回 array 而非 object 。