從.json文件中初始化獲得JsonObject對象

//根據讀取到的string建立json對象 private static JSONObject getJsonObject(String fileName) { JSONObject object = null; String jsonStr = getJsonStr(fileName); if (jsonStr != null) {
相關文章
相關標籤/搜索