<[email=%@LANGUAGE=]%@LANGUAGE="VBSCRIPT[/email]" CODEPAGE="65001" %>
<% response.buffer = false %>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
</head>
<body>
<%
for i = 1 to 100000
response.Write(i & " ")
next
%>
</body>
</html>
<%
for i = 1 to 1000
response.Write(i & " ")
if i = 500 then response.Clear()
next
%>
<%
for i = 1 to 1000
response.Write(i & " ")
if i = 500 then response.End()
next
%>
<%
for i = 1 to 1000
response.Write(i & " ")
if i = 500 then response.flush()
next
%>
欢迎光临 曲径通幽论坛 (http://www.groad.net/bbs/) | Powered by Discuz! X3.2 |