You could use the Java XPath API: ... XPath; import javax.xml.xpath. ... InputStream or Reader String custName = xpath.evaluate("//*[1]/@custName", ...
確定! 回上一頁