Some problems were found during local debugging.
This is the code
Output results
$ played a special role?
echo "$_"; // 在 "" 中,变量是被识别的,这里的 $_ 是变量。 echo '$_'; // 在 '' 中,内容是完全输出,也就是你写什么就打印什么,不管变不变量。
Some problems were found during local debugging.
This is the code
Output results
$ played a special role?
echo "$_"; // 在 "" 中,变量是被识别的,这里的 $_ 是变量。 echo '$_'; // 在 '' 中,内容是完全输出,也就是你写什么就打印什么,不管变不变量。