public static String getAttribute(Element element, String name) { Attr attr = element.getAttributeNode(name);
確定! 回上一頁