java 讀取本地文件並轉換為byte數組 private byte[] InputStream2ByteArray(String filePath) throws IOException { InputStream in ...