如何使用 Google Apps 脚本获取标题图片
How to get the title image using Google Apps Script
这是插入 MultipleChoiceItem
而非 ImageItem
的图片。现在我想通过 Google Apps 脚本获取图像 url。下面是我的代码。
如何获得?
var form = FormApp.openById('1Y6u01jUdre9ykEEtgmI9eRVo7Clr1GadgdrLyFTVoH1NQ');
var items = form.getItems();
var title = items[0].getTitle();
这是插入 MultipleChoiceItem
而非 ImageItem
的图片。现在我想通过 Google Apps 脚本获取图像 url。下面是我的代码。
如何获得?
var form = FormApp.openById('1Y6u01jUdre9ykEEtgmI9eRVo7Clr1GadgdrLyFTVoH1NQ');
var items = form.getItems();
var title = items[0].getTitle();