2014年6月16日
摘要: Java代码 //压缩图片大小 public static Bitmap compressImage(Bitmap image) { ByteArrayOutputStream baos = new ByteArrayOutputStre... 阅读全文
posted @ 2014-06-16 14:30 fonyer 阅读(200) 评论(0) 推荐(0) 编辑