for循环

for循环

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