问答

我的别克凯越的侧车窗后的黑色塑料划伤了,还这块塑料要几个钱啊?还有我的玻璃也中度划伤了还能不能修复

提问者:chendehui11192014-02-12 00:00

最佳答案

import java.io.*; public class BisicImageCopy { public static void main(String[] args) { FileInputStream fin = null; FileOutputStream fout = null; try { fin = new FileInputStream("e:\\Car.jpg"); fout = new FileOutputStream("d:\\Car.jpg"); byte[] b = new byte[512]; int n; while((n = fin.read(b))!=-1){ fout.write(b,0,n);//这里改改 } } catch (Exception e) { e.printStackTrace(); }finally{ try { fin.close(); fout.close(); } catch (IOException e) { e.printStackTrace(); } } } }

回答者:adk4g7an72b2016-02-12 00:00

凯越相关问题

相关阅读

凯越频道

报价:8.39-16.48
级别:紧凑型车
排量:1.3L 1.5L 1.6L 其他1.8L 
变速箱:-

车友关注

最新标签

按字母分类:
ABCDEFGHIJKLMNOPQRSTWXYZ0-9