File file = new File(path);FileInputStream fis = new FileInputStream(file);byte[] img_content = new byte[(int) file.length()];fis.read(img_content);fis.close();
圖片是存在的讀入的內容全是0 是什麼情況???
人生最曼妙的风景,竟是内心的淡定与从容!
檔案損壞 和程式碼沒有關係。 。 。 。
檔案損壞 和程式碼沒有關係。 。 。 。