php //Add while loop below $f = 0; while ($f < 3): echo "Hallo "."$f"."\n"; $f ++; endwhile; ?>.
確定! 回上一頁