php 函数里面只能返回一个值:若想有多个返回值,可以其转为一个数组如: function slfjo($ht){$a=$ht*8;$b=$a*9;return array($a,$b); // 返回一个数组} 返回一个数组 ...
確定! 回上一頁