FileInputStream fileInputStream =null; java.io.File file = new java.io.File(filePath); byte[] bFile = new byte[(int) file.length()];
確定! 回上一頁