例如,如果我有以下声明:
if( foo1 or foo2) ... ...
如果foo1为true,python会检查foo2的条件吗?
python lazy-evaluation
lazy-evaluation ×1
python ×1