try with this, NodeList nodeList = doc.getElementsByTagName("result"); for (int i = 0; i < nodeList.getLength(); i++) { Element element ...
確定! 回上一頁