${}基本功能 一般情况下$var与${var}是没有区别的,但是用${ }会比较精确的界定变量名称的范围 [root@localhost ~]# A=Linux [root@localhost ~]# echo $AB #表示变量AB [root@localhost ~]# echo ${A}B Read More
posted @ 2020-09-17 16:59 云翼1213 Views(6300) Comments(0) Diggs(1)