<!DOCTYPE html> <html> <body> <?php for ($x=0; $x<=10; $x++) { echo "数字是:$x <br>"; } ?> </body> </html>