我正在将电子表格应用代码调整为独立的代码。但在这一行:
var addRequest = Browser.msgBox ("Ad more one request text", "Browser.Buttons.YES_NO);
我正在解决这个错误(用我的语言):
Can not call Browser.msgBox () from this context; have you tried to use Logger.log ()? (line 450, file "main") [5565/2 of total runtime]
那么,独立应用中的最佳替代方法是Brownser.msgBox
吗?