摘要:<?phpfunction total($a,$b){ return "两数相加为:".($a+$b);}echo total(2,8);
<?php
function total($a,$b){
return "两数相加为:".($a+$b);
}
echo total(2,8);
批改老师:天蓬老师批改时间:2019-05-30 16:01:28
老师总结:正确...............但是案例不够完美
摘要:<?phpfunction total($a,$b){ return "两数相加为:".($a+$b);}echo total(2,8);
<?php
function total($a,$b){
return "两数相加为:".($a+$b);
}
echo total(2,8);
批改老师:天蓬老师批改时间:2019-05-30 16:01:28
老师总结:正确...............但是案例不够完美
91262浏览
63189浏览
39223浏览
32195浏览
31011浏览
30212浏览
28158浏览
27792浏览
27281浏览
26746浏览