ホームページ > に質問 > 本文
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 是什么情况???
怪我咯2017-04-18 10:56:37
ファイルの破損はコードとは何の関係もありません。 。 。 。