最近用到了android客戶端需要根據存放在伺服器的apk更新版本的問題,對於這個問題我的思路是,在伺服器建立乙個.json檔案,裡面按照json格式拼接好字串,然後客戶端遠端請求伺服器的.json檔案,獲取設定好的版本號跟當前使用者使用的版本號對比.
一,讀取本地的.json
public
static string readfile(string path)
reader.close();
}catch(ioexception e)finallycatch(ioexception el) } }
return laststr;
}
二,讀取網路上的.json
public static void main(string args)
} catch (exception e)
// 使用finally塊來關閉輸入流
finally
} catch (exception e2)
}//得到的json資料
system.out.println(result);
}
複製**可以直接使 Java 讀取Json配置檔案
獲取全部json檔案內容返回 public jsonobject getrolejson string filename jsonobject jsonobject null string input try catch ioexception e return jsonobject 獲取json檔...
讀取本地json檔案,解析json
data.json 檔案同目錄下 import json 引入模組 count 1 開啟乙個json檔案 data open data.json encoding utf 8 轉換為python物件 strjson json.load data flag false lockflag false w...
Python 讀取json檔案
建立json檔案 1 8 讀取json檔案 1 import json 2 3 def loadfont 4 f open settings.json encoding utf 8 設定以utf 8解碼模式讀取檔案,encoding引數必須設定,否則預設以gbk模式讀取檔案,當檔案中包含中文時,會報...