页面延时跳转

Response.Write("<script>window.setTimeout(\"window.location='test.aspx'\",5000);</script>");

 

ps:实现延时5秒后跳转

你可能感兴趣的:(页面延时跳转)