摘要:<?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
老师总结:正确...............但是案例不够完美
89430浏览
61553浏览
37389浏览
30328浏览
29206浏览
28092浏览
26016浏览
25695浏览
25352浏览
24924浏览