我正在尝试提取数据,例如新加坡的24kt黄金价格,并且每次表格都会发出错误"#N / A"在具有=IMPORTXML
功能
这是我试图从" https://www.malabargoldanddiamonds.com/ae/goldprice"
提取信息的网站下面是我写的一些函数,用于提取值,似乎没有什么对我有用
=importxml("https://www.malabargoldanddiamonds.com/ae/goldprice", "//td[@id='price24t_85']")
=importxml("https://www.malabargoldanddiamonds.com/ae/goldprice", "//*[@id='price24t_85']")
=importxml("https://www.malabargoldanddiamonds.com/ae/goldprice", "//div[contains(@class, 'goldrate_FarEast')]//td[@id='price24t_85']")
你能否对此有所了解。