Google App脚本循环多个网页以剪贴数据

时间:2019-07-04 15:31:37

标签: google-apps-script google-sheets

我尝试使用 =ImportXML("https://spiderum.com/s/all/hot?page=1","//a[@class='username']") 在Google电子表格中抓取文本值。但是该网站有多个页面(1,2,3,4 ... n)。

因此,有某种方法可以创建一个int Google App Script脚本,以遍历该网站的所有页面并收集在电子表格中显示所需的所有值?

0 个答案:

没有答案