條件判斷式

條件判斷式

瀏覽:1334
日期:2025-10-06
Next: 迴圈(loop) Up: Shell scripts - 條件判斷與迴圈 Previous: Shell scripts - 條件判斷 ... bin/bash # Program: # This program will show the user's choice # History: .... case $變數名稱in "第一個變數內容") 程式段;; ###兩個分號(;;) 來代表該程式段落 ......看更多