{"msg":"获取成功!","code":"0","data":{"configurations":[{"name":"冰箱","id":31,"communityId":0,"aprice":50.0,"priStatus":0},{"name":"电视","id":32,"communityId":0,"aprice":50.0,"priStatus":0}],"localeStr":
这个里面的configurations 把每个name id communityId aprice priStatus 都分别取出来放到一个数组里
熟悉indexof 和 substr 两个函数啊,然后根据数据的特点spilt
参考http://ask.csdn.net/questions/390255
给你推荐个网站,在线解析json数据:http://www.bejson.com/