取得外部儲存媒體的目錄(這裡會是/sdcard) String path = Environment.getExternalStorageDirectory().getPath(); //檔案路徑,記得要加 ...
確定! 回上一頁