摘要:<?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
老师总结:正确...............但是案例不够完美
91352浏览
63512浏览
39314浏览
32292浏览
31345浏览
30338浏览
28278浏览
27901浏览
27456浏览
26854浏览