我想从JSON响应中获取列表算法。在谷歌表中我使用此命令:
IMPORTJSON("http://miningpoolhub.com/index.php?page=api&action=getminingandprofitsstatistics", "return/algo")
但是我收到了消息" Nod not available "我想我在Xpath命令上做错了。我该如何解决?
答案 0 :(得分:0)
这个怎么样?我认为/
需要添加到路径顶部。
=IMPORTJSON("http://miningpoolhub.com/index.php?page=api&action=getminingandprofitsstatistics", "/return/algo")
如果这对你没用,我很抱歉。