json_decode解析json字符串注意事项
json_decode($json);//解析json字符串为php对象
json_decode($json,true);//解析json字符串为php数组

首页 我的博客
粤ICP备17103704号