FileInputStream is = new FileInputStream(file); byte[] targetArray = new byte[is.available()];
確定! 回上一頁