selectNodes("//name"); for (Node node : list) { //node是每一個元素具體的值 //得到每一個元素具體的值 String s = node.getText(); ...
確定! 回上一頁