004-for循环输出

<?php
for ($counter = 1; $counter <= 6; $counter++)        //循环6次
{
    print("<B>counter is $counter</B><BR>\n");    //输出6次
}
?>

 

posted @ 2019-06-05 20:21  像一棵海草海草海草  阅读(106)  评论(0编辑  收藏  举报