一、關於判斷,linux shell指令碼中不是用else if而是用elif的寫法。 二、測試例項 #!/bin/bash if [[ $1 = 'android' ]]; then echo "Input is android" ...
確定! 回上一頁