gpt4 book ai didi

javascript - 如何在 JavaScript 中定义 DO NOTHING

转载 作者:可可西里 更新时间:2023-11-01 02:28:40 27 4
gpt4 key购买 nike

我在我的应用中显示了一个确认框。当用户点击 Okay 时,我关闭窗口
当用户点击 Cancel 时,我只想停留在同一页面上。

我应该写什么来代替 DO_NOTHING?

    <a href="#" onclick="confirm('Do you wan to close the application ?')?window.close():DO_NOTHING')">Close the application ?</a> 

如果我把它留空,它就不起作用。如果我写任何随机字符串,它可以工作,但会显示 string undefined 错误。

最佳答案

尝试使用 void(0)

<a href="#" onclick="confirm('Do you wan to close the application ?')?window.close():void(0)')">Close the application ?</a>

关于javascript - 如何在 JavaScript 中定义 DO NOTHING,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/6424094/

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