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