while循环

while循环

<?php
$x=1;
while($x<=10){
    echo "这里是$x";
  $x++; }
?>

 

posted on 2018-06-07 17:29  东京$  阅读(83)  评论(0编辑  收藏  举报

导航