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.
我们使用 Bootboxjs.com 项目进行引导。
我们需要更改出现的 bootbox.Alert('DDDD") 框的文本。文档没有说明如何操作。
有人知道如何更改警报按钮的文本吗?
只需使用一个对话框:
bootbox.dialog({ message: "I am a custom dialog", buttons: { success: { label: "Close", } } })