XIYUETA.COM
源代码:
点击运行
<% dim i for i=0 to 4 if i=1 then response.write(i & "、第一条
") elseif i=3 then response.write(i & "、第3条
") else response.write(i & "、
") end if next '0、 '1、第一条 '2、 '3、第3条 '4、 %>
运行结果