摘要: $json = '{"foo": 12345}'; $obj = json_decode($json); print $obj->{'foo'}; // 12345 阅读全文
posted @ 2017-08-24 15:14 安筱雨 阅读(925) 评论(0) 推荐(0) 编辑