問(wèn)答

我的別克凱越的側(cè)車窗后的黑色塑料劃傷了,還這塊塑料要幾個(gè)錢啊?還有我的玻璃也中度劃傷了還能不能修復(fù)

提問(wèn)者: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

凱越相關(guān)問(wèn)題

相關(guān)閱讀

凱越頻道

報(bào)價(jià):8.39-16.48萬(wàn)
級(jí)別:緊湊型車
排量:1.3L 1.5L 1.6L 其他1.8L 
變速箱:-

車友關(guān)注

最新標(biāo)簽

按字母分類:
ABCDEFGHIJKLMNOPQRSTWXYZ0-9