假设我有以下代码:
if(condition1 || condition2 || condition 3 || condition4) { // this inner part will be executed if one of the conditions is true. // Now I want to know by which condition this part is executed. }
c c++ if-statement objective-c
c ×1
c++ ×1
if-statement ×1
objective-c ×1