请问ASP中IF条件表达式中的优先原则?
Ifnota=0andnotb=0ThenIfnota=0andb=0thenifnot(a=0andb=0)thenifa=0andnotb=0then以上四个表达式有...
If not a=0 and not b=0 Then
If not a=0 and b=0 then
if not(a=0 and b=0) then
if a=0 and not b=0 then
以上四个表达式有啥区别?
为什么有时候我需要a<>0并且b=0的时候我写成上面的第二种形式,结果确是a和b都不等于0?
最后我只能改成第四种才解决?
第四种写错了,应该是if b=0 and not a<>0 then 展开
If not a=0 and b=0 then
if not(a=0 and b=0) then
if a=0 and not b=0 then
以上四个表达式有啥区别?
为什么有时候我需要a<>0并且b=0的时候我写成上面的第二种形式,结果确是a和b都不等于0?
最后我只能改成第四种才解决?
第四种写错了,应该是if b=0 and not a<>0 then 展开
1个回答
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询