gpt4 book ai didi

javascript - "JavaScript application"警报消息

转载 作者:行者123 更新时间:2023-12-03 11:51:31 24 4
gpt4 key购买 nike

我正在为 Android 版 Firefox 创建一个扩展,它动态地向 DOM 添加一些元素,其中一些元素需要显示警报消息。

var li=window.content.document.createElement('li');
li.onclick = function(){
alert("lalalalalalallalallalala");
}

所以我明白了,但是当显示消息时,警报有一个“[JavaScript 应用程序]”标题。有没有办法改变这个标题?

最佳答案

cannot do this 使用alert方法。出于安全原因。

作为替代方案,您可以使用 showModalDialog而是为了这个目的。

Dialog boxes are modal windows - they prevent the user from accessing the rest of the program's interface until the dialog box is closed. For this reason, you should not overuse any function that creates a dialog box (or modal window).

关于javascript - "JavaScript application"警报消息,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/25815023/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com