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

相关文章:

  • 2022-12-23
  • 2021-05-23
  • 2022-12-23
  • 2021-12-05
  • 2021-05-28
  • 2021-08-18
  • 2021-09-13
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2021-06-16
  • 2021-05-27
  • 2021-05-10
相关资源
相似解决方案