首页 > 学院 > 开发设计 > 正文

ASP.NET项目开发

2019-11-10 20:53:37
字体:
来源:转载
供稿:网友

一、实现刷新页面的方法

<meta http-equiv="refresh" content="5">

二、页面自动跳转

<meta http-equiv="refresh" content="5";url="http://blog.csdn.net/xiao763303918">

三、setTimeout 

<body onload="setTimeout('history.go(0)',5000)">


发表评论 共有条评论
用户名: 密码:
验证码: 匿名发表