我正在尝试使用 Google 表格的 IMPORTXML() 函数从以下网站上抓取日期时间: https ://www.trustpilot.com/review/zalando.dk?languages=da&page=1
<time datetime="2021-03-22T07:25:40.000Z" title="Monday, March 22, 2021, 08:25:40 AM" class="review-date--tooltip-target">Mar 22, 2021</time>
我想出了如何获得头条新闻、评论文本和评级,但在尝试抓取“日期时间”时却得到“NA”。有谁知道如何使用 Google 表格的 IMPORTXML() 函数来做到这一点?
谢谢!