如何在Importjson函数中修复Xpath?

时间:2018-01-06 15:33:58

标签: arrays json xpath google-sheets spreadsheet

我想从JSON响应中获取列表算法。在谷歌表中我使用此命令:

IMPORTJSON("http://miningpoolhub.com/index.php?page=api&action=getminingandprofitsstatistics", "return/algo") 

但是我收到了消息" Nod not available "我想我在Xpath命令上做错了。我该如何解决?

1 个答案:

答案 0 :(得分:0)

这个怎么样?我认为/需要添加到路径顶部。

=IMPORTJSON("http://miningpoolhub.com/index.php?page=api&action=getminingandprofitsstatistics", "/return/algo")

如果这对你没用,我很抱歉。