2015-11-09 86 views

回答

1

elif需要一個命令,fi終止的,如果命令

if command1 
then 
    statments 
elif command2 
then 
    statements 
    if command3 
    then 
     statements 
    fi 
else 
    statements 
fi