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.
GAS 对对话框和弹出窗口具有所有这些控件。我知道在 GWT 中它们工作得很好,但在 GAS 中,它们只是显示为 div,在页面底部周围有一个漂亮的蓝色边框。
我应该导入我不知道的样式表吗?
您可能正在代码中将它们添加到您的应用程序中。不要这样做。 只需创建对话框并根据需要调用 .show() 或 .hide() 即可。