摘要:
public byte[] compressPic(byte[] data) { if(data.length == 0){ return new byte[0]; } Image img = null; try { img = ImageIO.read(new ByteArrayInputStre 阅读全文
posted @ 2016-02-19 15:02
独(*^__^*)眸
阅读(191)
评论(0)
推荐(0)