以下代码在 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);
以下代码在 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);