window.open()了一个网页,然后怎么让这个网页延迟跳出来呀?
setTimeout(function(){
window.open();
},1000
)
setTimeout()
你这个需求毫无道理啊