你这个不就是json字符串么?php里面有2个函数:json_encode 和 json_decode查一下手册就可以解决了。json_decode($str, true) 可以得到数组,第二参数不加默认为false,得到对象。