摘要:<?phpfunction total($a,$b){ return "兩數(shù)相加為:".($a+$b);}echo total(2,8);
<?php
function total($a,$b){
return "兩數(shù)相加為:".($a+$b);
}
echo total(2,8);
批改老師:天蓬老師批改時(shí)間:2019-05-30 16:01:28
老師總結(jié):正確...............但是案例不夠完美