<!DOCTYPE html> <html> <body> <?php $x=1; while($x<=5) { echo "Êý×ÖÊÇ£º$x <br>"; $x++; } ?> </body> </html>
<?php $x=1; while($x<=5) { echo "Êý×ÖÊÇ£º$x <br>"; $x++; } ?>