我正在尝试将网站上的两个评分导入 google 表中。但我无法让它工作

I'm trying to import two rating scores from a website into google sheets. but I am unable to get it to work

我要导入PVE和PVP分数 Example

网站:

https://www.light.gg/db/items/4164201232/1000-yard-stare/

我尝试过的:

=IMPORTXML("https://www.light.gg/db/items/4164201232/1000-yard-stare/","//div[@class='col-xs-6' ]")

您可以使用

=transpose(importxml(A1,"//div[@class='col-xs-6']/span"))