在Bash 中使用Array · arr=(Hello World) · arr[0]=Hello arr[1]=World · echo ${arr[0]} ${arr[1]} 底下看一些比較特別的用法,摘要說明在後面註解裡: · $ ...
確定! 回上一頁