Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在 Google Apps Script 中制作程序时,我经常使用 Browser.msgBox() 和 Browser.inputBox()。他们可以有不同的ButtonSet,我想自己制作,带有自定义标签。这可能吗?如果是这样,怎么做?
这是不可能的。但是,您可以编写自己的 UI 并显示 UI,而不是 msgBox 或 inputBox。