linux中多个if嵌套使用方法,Objective-C嵌套if语句
在Objective-C编程中,嵌套if-else语句是合法的,可以在一个if或else if语句中使用if或else if语句。语法嵌套if语句的语法如下 -if( boolean_expression1) {/* 如果 boolean_expression1 为true,则执行 */if(boolean_expression2) {/* 如果 boolean_expression2 为true...