public boolean dump(File file){ try { FileOutputStream fos=new FileOutputStream(file); dump(fos); fos.close(); return true; } catch ( IOException e) ...
確定! 回上一頁