有什么技巧可以找到特定的xpath

我正在尝试从不同的网站上获取google-sheets-importxml的价格。 有些非常简单,另一些我找不到正确的xpath。

有什么花招吗?您如何找到它们?

非常感谢

wxc3344 回答:有什么技巧可以找到特定的xpath

谢谢您的回答,我知道,但是有时候我无法获得正确的值。

我使用以下xpath成功获取价格:

 //div/div/span[@class='real price'] 

//div/div/div/div/span 

我可以在以下代码中找到正确的xpath:

<span class="regular-price" id="product-price-11374"> 
<!--span class="price-label"></span--> 
<span class="price">1&nbsp;490,00&nbsp;€</span> 
</span> 
本文链接:https://www.f2er.com/3121797.html

大家都在问