mar*_*ark 31 url jquery redirect delay
我需要一个转换页面,在自动重定向到主页之前显示2秒钟.我该怎么做呢?我似乎无法延迟为我工作.
Nic*_*ver 72
您可以直接使用setTimeout(),如下所示:
setTimeout()
setTimeout(function() { window.location.href = "/NewPage.aspx"; }, 2000);
归档时间:
15 年,1 月 前
查看次数:
55090 次
最近记录:
10 年,8 月 前