为什么我的 asp程序加了这么几句 速度奇慢 !!!
<!--#include file="inc/function.asp"-->
<!--#include file="inc/conn.asp"-->
<%
if Request("con")="星愿悟语" then
response.redirect "xywy.asp"
'response.end
end if
if Request.QueryString("con")="天气预报" then
response.redirect "tqyb.asp"
'response.end
end if