我正在尝试使用Google表格中的importxml函数在以下URL上检索房地产投资信托的当前市盈率:http://financials.morningstar.com/valuation/price-ratio.html?t=F25U®ion=sgp&culture=en-US
我写了这个函数:= importxml(“ http://financials.morningstar.com/valuation/price-ratio.html?t=F25U®ion=sgp&culture=en-US”,“ // td [@ align ='right']”)
但是,我收到以下错误消息:“导入的内容为空”
有人能提供建议吗?谢谢!