【发布时间】:2011-03-29 07:09:18
【问题描述】:
我要读取json属性值,我的json格式是这样的
{"content":{"@attributes" : { "start_limit" : "x","end_limit" : "x","total_records" : "x"},"item":[{"category":"x","distance":"x"}]}},
我想从 json 属性中读取 total_record 的值。我该如何阅读?请帮帮我
谢谢 约翰·瑞克
【问题讨论】: