for循环
<?php for($i=1;$i<=10;$i++){ echo"$i"; } ?>
原文:https://www.cnblogs.com/haq5201314/p/9151897.html