document.evaluate在google chrome中工作,但不在firefox

时间:2015-10-30 04:39:41

标签: javascript document.evaluate

以下代码在google chrome中完美运行,但在firefox中它返回一个空数组。

var spans = document.evaluate( ".//span[contains(@class, '_GAmD') and not(contains(@class, '_GAe'))]/text()", document, null, XPathResult.ORDERED_NODE_SNAPSHOT_TYPE , null);    

0 个答案:

没有答案