![]() |
#2
lele20072008-02-18 19:05
|
<%if time >=#6:00:00# and time<=#11:29:00# then%>
<%=<!-- #include file="inc/lele_1.asp"-->%>
<%elseif time >=#11:30:00# and time<=#14:30:00# then%>
<%=<!-- #include file="inc/lele_2.asp"-->%>
<%elseif time >=#14:31:00# and time<=#17:59:00# then%>
<%=<!-- #include file="inc/lele_1.asp"-->%>
<%elseif time >=#18:00:00# and time<=#22:00:00# then%>
<%=<!-- #include file="inc/lele_2.asp"-->%>
<%else%>
<%=<!-- #include file="inc/lele_1.asp"-->%>
<%end if%>
--------------------------
请问一下这样写出错在哪里呢?