嵌套if语句

嵌套if语句是将if命令放在if命令中,如下所示:

别忘了 fi

if condition
then
    if condition
    then
        .....
        ..
        do this
    else
        ....
        ..
        do this
    fi
else
    ...
    .....
    do this
fi
日期:2019-04-16 23:59:04 来源:oir作者:oir