<!DOCTYPE html> <html> <body> <?php print "<h2>PHP 很有趣!!</h2>"; print "Hello world!<br>"; print "我计划学习 PHP!"; ?> </body> </html>