gpt4 book ai didi

asp-classic - 或 vbscript 中的运算符

转载 作者:行者123 更新时间:2023-12-04 02:39:30 25 4
gpt4 key购买 nike

vbscript 是否支持或操作符?

我想在 vbscript 中做以下代码,请帮帮我

if a="address1" or b = "address2"
then Response.Redirect("www.example.com")
endif

最佳答案

你真的很接近:

If a = "address1" Or b = "address2" Then 
Response.Redirect("www.example.com")
End If

关于asp-classic - 或 vbscript 中的运算符,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/2321658/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com