echo"hello,world\n"后面的\n是什么意思 为什么要\nphpecho"hello,world\n"; 重奖!

来源:学生作业帮助网 编辑:六六作业网 时间:2024/05/15 12:17:56
echo"hello,world\n"后面的\n是什么意思为什么要\nphpecho"hello,world\n";重奖!echo"hello,world\n"后面的\n是什么意思为什么要\nphpe

echo"hello,world\n"后面的\n是什么意思 为什么要\nphpecho"hello,world\n"; 重奖!
echo"hello,world\n"后面的\n是什么意思 为什么要\n
php
echo"hello,world\n";

重奖!

echo"hello,world\n"后面的\n是什么意思 为什么要\nphpecho"hello,world\n"; 重奖!
\n 是 转义字符(escape character),表示另起一行.
也就是说,结果出来后,跟来\n后面的内容都另起一行.

回车,表示另启一行

n\转一行