我想alert("hi")在alert("hello")没有点击OK"hello"警报的情况下在3秒内运行.
这是我的代码:
$(function(){
alert("hello");
setTimeout(function(){
alert("hi");
},3000)
})
Run Code Online (Sandbox Code Playgroud)
| 归档时间: |
|
| 查看次数: |
629 次 |
| 最近记录: |