2.asp

来自「深度学习alexa排名提升专家 v1.1.0 很好用的大家试试看」· ASP 代码 · 共 28 行

ASP
28
字号
<%@LANGUAGE="VBSCRIPT" CODEPAGE="936"%>
<%
url=trim(request("url"))
time1=trim(request("time1"))
no=request("no")+1
%>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
	<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
	<meta HTTP-EQUIV=refresh Content='<%=time1%>;url=2.asp?url=<%=url%>&time1=<%=time1%>&no=<%=no%>'>
	<link href="Style/Style.css" rel="stylesheet" type="text/css" />
	<title>刷新主程序</title>
	<style>
	body{
	background-color: #f3f3f3;margin:0;
	}
	</style>
</head>
<body>
<p style="line-height: 150%">
正在刷新中.....已刷新<font color="#FF0000"><%=no%> </font>次 间隔时间:<%=time1%> 秒<br> 
刷新网址:<a target="_blank" href="<%=url%>"><%=url%></a>
<iframe name="windows2" width="0" height="0" border="0" frameborder="0" scrolling="no" src="<%=url%>"></iframe>
</p>

</body>
</html>

⌨️ 快捷键说明

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