【发布时间】:2019-12-20 14:48:20
【问题描述】:
我正在使用 Google 应用脚本创建一个 webapge。单击按钮后,我尝试重新加载页面,但以下操作均无效,
- window.location.href = window.location.href
- window.location.reload(true)
他们正在重定向到一个空白页面
【问题讨论】:
-
欢迎来到 Stack Overflow。请阅读guide to web apps in Apps Script和How to s
标签: google-apps-script iframe web-applications