The echo
keyword is used to output text. The echo statement can output multiple strings separated by commas.
Use echo
to output multiple strings:
<?php
echo "Hello ", "World", "!";
?>
Try it Yourself »
The print
keyword
截取页面反馈部分,让我们更快修复内容!也可以直接跳过填写反馈内容!