output result: helloworld helloworld helloworld But this will cause a compilation error:
Note: There is a comma in the middle of $a $b. 2. The difference between single quotes and double quotes:
Output: hello world echo '$a $b'; Then the output is: $a $b The following can also be output normally:
|