var xpath_result = document.evaluate("id('main')/tbody", document, null, XPathResult.FIRST_ORDERED_NODE_TYPE, null ); var table = xpath_result.singleNodeValue;
確定! 回上一頁