php $i = 1; while ($i <= 5): print $i; $i++; endwhile; ?> On the other hand, there is NO alternative syntax for the do-while loop statement.
確定! 回上一頁