我是 importXML 的菜鸟。点赞数的 XPath 是
//*[@id="react-root"]/section/main/div/div/article/div[2]/section[2]/div/a/span
因此,从这篇文章中抓取点赞数的公式:https://www.instagram.com/p/BZLli5ll6yz/ 应该是:
=IMPORTXML("https://www.instagram.com/p/BZLli5ll6yz/", "//*[@id="react-root"]/section/main/div/div/article/div[2]/section[2]/div/a/span")
对吗?我错过了什么?
确保在 xpath 中“react-root”位于子类中:“react-root”。这使其包含在第二个参数中。