页面自动刷新

1.页面自动刷新:把如下代码加入 <head> 区域中
    <meta   http-equiv= "refresh "   content= "20 ">
    其中20:     指每隔20秒刷新一次页面。

2.页面自动跳转:把如下代码加入 <head> 区域中
    <meta   http-equiv= "refresh "   content= "20;url=http://kingsnet.126.com ">
    其中20:       指隔20秒后跳转到 http://kingsnet.126.com页面。

3: Response.Write("上面的标签信息")

原文地址:https://www.cnblogs.com/howDo/p/1807905.html