getExternalStorageDirectory().getPath();. //檔案路徑,記得要加斜線(這樣/sdcard/filename). File file = new File(path + "/" + filename);.
確定! 回上一頁