If a < 5 Then
Response.Redirect("1.asp")ElseIf a > 5 And a < 8 Then Response.Redirect("2.asp")ElseIf a > 7 And a < 19 Then Response.Redirect("3.asp")ElseIf a > 18 Then Response.Redirect("4.asp")End If本文共 267 字,大约阅读时间需要 1 分钟。
If a < 5 Then
Response.Redirect("1.asp")ElseIf a > 5 And a < 8 Then Response.Redirect("2.asp")ElseIf a > 7 And a < 19 Then Response.Redirect("3.asp")ElseIf a > 18 Then Response.Redirect("4.asp")End If转载于:https://www.cnblogs.com/the-king-of-cnblogs/p/3475073.html