<?php //定義一個平方函數 function smp_function($a){ return $a*$a; } //定義一個指數函數 function smple_function2($a,$c){ $count=0; $ans=1; while($count++<$c)
確定! 回上一頁