<?php function sub() { $s=array("PHP","JAVA","C","R"); foreach ($s as $a) { echo $a."<br>"; } } sub(); ?>
確定! 回上一頁