FileInputStream fileInputStream =openFileInput(FILE_NAME); byte[] buffer=new byte[1024]; fileInputStream.read(buffer);
確定! 回上一頁