首页 > 解决方案 > 使用 xpath 解析产品价格

问题描述

我在从这个页面 ironflask.com/products/14-oz-wide-mouth-with-straw-lid?variant=31659847057496 解析产品价格时遇到问题

<div class="p-price">
   Price:
     <dl class="price" data-price="">$17.95</dl>
</div>

我试过了://div[class='p-price']/dl[class='price']似乎//div[class='p-price']/dl[class='price']/text() 没有任何效果

标签: xpathshopify

解决方案


推荐阅读