Xpath 在IE中的查询函数为document.selectNodes(xpath),其返回的是一个集合,通过for循环就可以读取所有的元素。 var nodes=document.selectNodes("//a[@ ...
確定! 回上一頁