gpt4 book ai didi

xpath - 如何在Google表格中找出适合importxml的xpath?

转载 作者:行者123 更新时间:2023-12-03 16:49:43 24 4
gpt4 key购买 nike

我正在尝试从中导入和使用XML数据
http://wwwinfo.mfcr.cz/cgi-bin/ares/darv_std.cgi?ico=00064581

到具有IMPORTXML功能的Google表格,

试图获取使用者名称,ID和地址(等等),但是我无法弄清楚要获取它的正确的xpath,收到的Imported内容为空。我可以做// *,但这并不是我真正需要的。你能给我一些提示吗?

最佳答案

例如,您可以将以下内容用作单元格的公式:

=importxml("http://wwwinfo.mfcr.cz/cgi-bin/ares/darv_std.cgi?ico=00064581", "//*[name()='are:Shoda_ICO']")


如果要获取多个元素:

=importxml("http://wwwinfo.mfcr.cz/cgi-bin/ares/darv_std.cgi?ico=00064581", "//*[name()='dtt:Nazev_obce' or name()='are:Shoda_ICO']")

关于xpath - 如何在Google表格中找出适合importxml的xpath?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/54173663/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com