android讀取配置檔案寫法

2021-06-27 02:47:20 字數 613 閱讀 5866

在研究兩個人聊天的時候,總需要改登入賬戶和密碼,而且如果伺服器位址變了,還需要改伺服器位址,太苦逼了,索性都弄到配置檔案裡去。

總結自己的寫法:

public class weixinutils  catch (exception e1) 

pro_value = props.getproperty(proname);

return pro_value;}}

properties檔案放置的位置:

properties中的內容:

專案中讀取屬性的用法:

注意:

讀取配置檔案

類載入器 1 直接用class.forname 類的路徑名 class.forname com.hsf.classloader.classloader 2 用classloder 類載入器 inputstream in classloader.getsystemresourceasstream aa...

讀取配置檔案並讀取檔案

配置檔案 url users z ten documents name myfile.txt url是讀寫檔案的檔案位址,name是讀寫檔案的檔名稱 fileinputstream is null try catch filenotfoundexception e2 properties pt ne...

Android 配置檔案

context mcontext override public void oncreate public class utils catch ioexception e try catch ioexception e return props public static void init con...