FileWriter fw = null;. try {. fw = new FileWriter(dsXml);. marshaller.marshal(group, fw);. } finally {. if (fw != null) {. fw.close();. } } } View Full Code ...
確定! 回上一頁