bash中if語句

if語法格式
if 判斷條件; then
    statement
elif 判斷條件; then
    statement
elif 判斷條件; then
    statement
else    
    statement
fiide

相關文章
相關標籤/搜索