Android Json解析詳解

Android Json解析詳解json 1、建立Json數組 1. 建立一級Json數據spa //{"name":"LKing","age":20} try { JSONObject firstJson = new JSONObject(); firstJson.put("name","LKing"); firstJson.put("age",20); Log.
相關文章
相關標籤/搜索