html Google Apps Web Apps的成功和失败处理程序。将其放在HTML for Google Apps HTML服务中。

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了html Google Apps Web Apps的成功和失败处理程序。将其放在HTML for Google Apps HTML服务中。相关的知识,希望对你有一定的参考价值。

  <script>
    function onSuccess(numUnread) {
      alert('You have ' + numUnread + ' messages');
    }
    
    function onFailure(error) {
      alert(error.message);
    }

    
    google.script.run.withSuccessHandler(onSuccess).withFailureHandler(onFailure).getUnreadEmails();
    google.script.run.doSomething();
  </script>

以上是关于html Google Apps Web Apps的成功和失败处理程序。将其放在HTML for Google Apps HTML服务中。的主要内容,如果未能解决你的问题,请参考以下文章

使用Google Apps脚本Web应用添加到Google表格

如何向 Google Apps Script Web App 发送有效的 HTTP 请求?

将身份验证从一个 Google Apps Script webapp 传递到另一个 Google Apps Script webapp

将cURL与PHP文件中的Google Apps Script Web App一起使用时遇到问题

链接到 Google Apps 脚本中的另一个 HTML 页面

在 Google Apps 脚本中用 HTML 替换文本