<?php for ($counter = 1; $counter <= 6; $counter++) //循环6次 { print("<B>counter is $counter</B><BR>\n"); //输出6次 } ?>
004-for循环输出
原文:https://www.cnblogs.com/tianpan2019/p/10981751.html