是否可以修改在JavaScript中打开confirm()函数的消息框的标题?
我可以创建一个模态弹出框,但我想尽可能简化.我想做这样的事情:
confirm("This is the content of the message box", "Modified title");
Run Code Online (Sandbox Code Playgroud)
Internet Explorer中的默认标题是"Windows Internet Explorer",Firefox中的默认标题是"[JavaScript-program]".信息量不大.虽然我可以从浏览器安全角度了解您不应该这样做.
javascript ×1