摘要: 在php中json会默认把关联数组转为对象,代码为: json_decode($json); 如果想把json转化为php数组格式,代码如下: json_decode($json,true); 阅读全文
posted @ 2016-03-15 10:51 yubolin 阅读(170) 评论(0) 推荐(0)