1. 程式人生 > >shell 字符串加入變量

shell 字符串加入變量

pre col run shell 字符串 span nbsp none display color

your_name=runoob
str="Hello, I know you are \"$your_name\"! \n"
echo $str

shell 字符串加入變量