❮ PHP 关键字
输出一些文本:
print关键字用于输出文本。
print
与 echo 不同,print 一次只能输出一个字符串。 与 echo 不同,print 有一个返回值,它始终为 1。
echo
echo关键字