php $users = ['john', 'dave', 'tim']; $i = 0; while($i < count($users)) { echo $users[$i]."\n"; $i++; } ?>.
確定! 回上一頁