HTML http-equiv='refresh' 的用法

Java代码  收藏代码
  1. <html>  
  2. <head>  
  3. <title>MLDN —— 我的智囊团</title>  
  4. <META NAME="Generator"  
  5.     CONTENT="Struts + Spring + Hibernate + MySQL + Tomcat + CP">  
  6. <META NAME="Author" CONTENT="李兴华">  
  7. <META NAME="Keywords" CONTENT="李兴华,MLDN,智囊团,SSH,tomcat,mysql">  
  8. <META NAME="Description" CONTENT="MLDN旗下网站 —— www.zhinangtuan.net.cn">  
  9. <META HTTP-EQUIV="refresh" CONTENT="0;URL=jsp/index.jsp">  
  10. </head>  
  11. <body>  
  12. </body>  
  13. </html> 

你可能感兴趣的:(HTML http-equiv='refresh' 的用法)