echo Hello world! # 每一句指令以換行或分號隔開: echo 'This is the first line'; echo 'This is the second line' # 宣告一個變數: Variable="Some string" ...
確定! 回上一頁