我尝试运行此功能,但没有任何反应;
function notify() {
var notification = webkitNotifications.createNotification(
'',
'title',
'this is the message'
);
notification.show();
}
我无法在google应用程序脚本中找到谷歌关于桌面通知的任何内容, 所以我在这里。
答案 0 :(得分:0)
Web通知API中的webKitNotifications.createHTMLNotification()已被弃用。查看文档以获取更多详细信息Documentation
答案 1 :(得分:0)
您可以在电子表格中获得GAS Browser class (Browser.msgBox())标准消息框或"toast" - 可爱的小弹出窗口。