魔兽地图编辑器吧 关注:65,765贴子:3,847,159
  • 0回复贴,共1
if a and b then
c
endif
d
if a or b then
c
endif
d
if (a or b) and e then
c
endif
d
我只想知道,这三种情况,假设第一种和第三种a都不满足,系统还会不会继续判断b,第一种它是直接不管b就去d,还是继续判断完b才去d,那第三种是否会继续判断e
那假设第二种a满足,系统还会不会继续判断b?


IP属地:广东来自iPhone客户端1楼2023-08-14 02:12回复