x
 
<!DOCTYPE html>
<html>
<body>
<?php
/*
下面的语句将
打印一条欢迎信息
*/
echo "欢迎回家!";
?>
</body>
</html>