來測試一下全域變數與區域變數,先編輯檔案test.sh,內容如下: #!/bin/bash echo $username 依以下過程執行: $ chmod +x test.sh $ username=willie
確定! 回上一頁