第五章 讀取檔案的各種姿勢

2021-07-16 15:48:41 字數 1128 閱讀 2869

今天住的地方熱哭我,吐槽完了。。。

android:name="android.permission.write_external_storage"/>

新建乙個內部檔案:

file file = new file(getfilesdir(), "text.txt");

try catch (ioexception e)

寫檔案:

try  catch (ioexception e)
還有輸入流:fileinputstream openfileinput(string name)。

string state = environment.getexternalstoragestate();

if(textutils.equals(state, environment.media_mounted))

file sd = environment.getexternalstoragedirectory();

//還有其他

string filepath = environment.getdownloadcachedirectory().getabsolutepath();

environment.getdatadirectory();//獲取android的data目錄

void testassets() catch (ioexception e)
//讀列表

try catch (ioexception e)

try  catch (ioexception e)
//讀

try catch (ioexception e)

inputstream input = getresource().openrawresouce(r.raw

.***);

這樣 就可以訪問

相同點:原封不動的打包在apk裡

不同點:

簡單羅列,hehehe…

第五章 檔案處理

語法 f open 檔案的路徑 mode 開啟檔案的模式 encoding 操作檔案的字元編碼 f open r a.txt mode r encoding utf 8 data f.read print data f.close print f f.write 這是乙個寫入動作 換行符 x寫入一行...

第五章 檔案路徑

一.bash的基本特性 3.歷史命令 1 日誌審計 history w 儲存歷史命令到檔案中write d 刪除歷史命令中的某一條 d 後面加數字 delete 刪除 c 清空歷史記錄,clear 清除 歷史命令儲存到檔案,當前使用者的家目錄下有乙個隱藏檔案 bash history root ol...

python第五章 Python學習(第五章)

記錄所有的名片字典 card list defshow menu 顯示資訊 print 50 print 歡迎使用 名片管理系統 v1.0 print print 1.新增名片 print 2.顯示全部 print 3.搜尋名片 print print 0.退出系統 print 50 defnew ...