PHP
·
发表于 5年以前
·
阅读量:8290
your_name="qinjx"
greeting="hello, "$your_name" !"
greeting_1="hello, ${your_name} !"
echo $greeting $greeting_1