谷歌表,importxml函数显示blo

时间:2020-08-21 16:52:19

标签: xpath web-scraping google-sheets google-sheets-formula google-sheets-importxml

尝试了此Google表格功能-无法正常工作

=importxml(D32, "//h2[@id='currentMinimumCapitalRequirement']")

结果:空白。
我想要的:100,244 ETH
网站:https://nexustracker.io/capital_pool

inspect

知道为什么吗?呆了几个小时!

1 个答案:

答案 0 :(得分:0)

您要导入的值不存在。您可以通过为该网站禁用JavaScript来进行检查。 Google Shhets无法读取JS内容。您所能刮到的就是在图片上看到的:

enter image description here

enter image description here