是否可以修改确认()函数在 JavaScript 中打开的消息框的标题?
我可以创建一个模态弹出框,但我想尽可能地做到这一点。我想做这样的事情:
confirm("This is the content of the message box", "Modified title");
Internet Explorer 中的默认标题是“Windows Internet Explorer”,而 Firefox 中的默认标题是“[JavaScript-program]”。不是很翔实。虽然我可以从浏览器安全的角度理解你不应该这样做。