从.json文件中初始化获得JsonObject对象

//根据读取到的string建立json对象 private static JSONObject getJsonObject(String fileName) { JSONObject object = null; String jsonStr = getJsonStr(fileName); if (jsonStr != null) {
相关文章
相关标签/搜索