<?php
function sum($a, $b) {
return $a+$b;
}
//在这里调用函数取得返回值
$c=sum(1,2);
print_r($c);
< 簖& 镟@
2014-08-07
0 回答
举报
0/150
提交
取消