newDocumentBuilder(); Document doc = builder.parse(file); // 獲取到xml檔案// 下面開始讀取Element root = doc.getDocumentElement(); // 獲取根 ...
確定! 回上一頁