在Google脚本中删除投掷错误消息?
我是第一次使用Google脚本,并对投掷消息有疑问。 在Google表中显示错误消息后,我们将获得一个红色对话框,显示该消息。它一直留在那里,直到不按下被解雇的按钮为止。并继续在屏幕上收集。
有没有办法自动驳回这些抛出的消息? 以下图像显示了收集的错误消息,这些消息一直待在那里,直到不按下被解雇的按钮。
I'm using google scripts for the first time and have a question regarding throw messages.
After showing a error message in the google sheets, we get a red dialogue box showing that message. It stays there till the dismissed button is not pressed. And keeps on gathering on the screen.
Is there a way to auto dismiss these thrown messages?
The following image shows the gathered error messages which stays there till the dismissed button is not pressed.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以使用尝试/捕获
或
You can use try/catch
or