在Shell 中,字串的連接(Concatenation)是非常簡單的, 將所有字串直接連在一起就行了。 例, 結果. a=first b=second echo $a$b echo ${a}and ...
確定! 回上一頁