有没有办法从中捕获异常UrlFetchApp.fetch?
UrlFetchApp.fetch
我以为我可以用它response.getResponseCode()来检查响应代码,但我无法,例如当有404错误时,脚本不会继续并且只是停在UrlFetchApp.fetch
response.getResponseCode()
google-apps-script
google-apps-script ×1