> 其他 >
A=2:b=1:c=0 if a then if b then if c then Print “1” else Print “2” else Print “3” else Print
人气:384 ℃ 时间:2020-03-06 23:11:14
解答
结果
print "2"
因为到 if c then Print “1”
判别c=0是假,不执行而直接进入下面 else Print “2” 的代码,
所以就是2的结果.
推荐
猜你喜欢
© 2026 79432.Com All Rights Reserved.
电脑版|手机版