摘要: json_decode($data,true)输出的一个关联数组,json_decode($data)输出的是对象,而json_decode("$arr",true)是把它强制生成PHP关联数组。 json_encode()和json_decode()是编译和反编译过程,注意json只接受utf-8 阅读全文
posted @ 2019-10-21 17:28 nxmxl 阅读(189) 评论(0) 推荐(0) 编辑