top0.asp

来自「文件管理系统」· ASP 代码 · 共 15 行

ASP
15
字号
<%response.expires=0%>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<meta http-equiv="expires" content="no-cache">
<script language="javascript">
setTimeout("location.href='top0.asp'",30000);
</script>
<title>自动刷新页面</title>
</head>
<body>
</body>
</html>

  

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?