作者热门文章
- android - RelativeLayout 背景可绘制重叠内容
- android - 如何链接 cpufeatures lib 以获取 native android 库?
- java - OnItemClickListener 不起作用,但 OnLongItemClickListener 在自定义 ListView 中起作用
- java - Android 文件转字符串
我在我的应用中显示了一个确认框。当用户点击 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/
我是一名优秀的程序员,十分优秀!