- //将jpg转码,并转成String
- private String readImage() {
- BufferedInputStream bis = null;
- byte[] bytes = null;
- try {
- try {
- bis = new BufferedInputStream(new FileInputStream(ix));
- bytes = new byte[bis.available()];
- bis.read(bytes);
- } finally {
用xml来存储图片
最新推荐文章于 2025-09-05 10:19:05 发布
