在此代码中( a,b,c,d,e,f,g,h,i,j )是变量): if ( a>b || c>d || e==f || g<h || i!=j ) { //Some statement; } 如果五个条件中有一个为真,则 if 将被执行。
確定! 回上一頁