告诉我,为什么这段代码在 Cygwin 中不起作用?我试过使用\. 以及变量之间的不同符号组合。Scopes 也尝试过(圆形,数字)。不知道怎么回事。
我的代码在这里,它可以工作!!!:http: //ideone.com/0tLmzu
注意:我只是想将两个字符串连接在一起,但 Cygwin 不能这样做。下面的例子:
echo $a$b prints only $b, not $a and $b
告诉我,为什么这段代码在 Cygwin 中不起作用?我试过使用\. 以及变量之间的不同符号组合。Scopes 也尝试过(圆形,数字)。不知道怎么回事。
我的代码在这里,它可以工作!!!:http: //ideone.com/0tLmzu
注意:我只是想将两个字符串连接在一起,但 Cygwin 不能这样做。下面的例子:
echo $a$b prints only $b, not $a and $b