這段代碼錯在哪里?請高手幫忙改一下!謝謝!
程序代码: <%
b=1
if b=1 then a="News/index.asp"
if b=2 then a="Art/Index.asp"
response.Redirect (a)
%>
程序代码: <%
b=1
if b=1 then a="News/index.asp"
if b=2 then a="Art/Index.asp"
response.Redirect (a)
%>
2007-12-11 14:04
2007-12-11 14:47
2007-12-11 15:03
2007-12-11 15:51
2007-12-11 17:10