for (int i = 0; i < nodeList.getLength(); i++) { Node nNode = nodeList.item(i); ... } 檢查屬性 //returns specific attribute getAttribute("attributeName"); // ...
確定! 回上一頁