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 是什么情况???
人生最曼妙的风景,竟是内心的淡定与从容!
文件损坏 和代码没有关系。。。。
文件损坏 和代码没有关系。。。。