java怎么处理json数据

json = new JSONObject(data);
int which = json.optInt("which", -1);
String label = json.optString("label");

posted @ 2016-09-26 20:52  笨蛋敏  阅读(655)  评论(1编辑  收藏  举报