摘要:<?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
老师总结:正确...............但是案例不够完美
91381浏览
63752浏览
39337浏览
32337浏览
31588浏览
30383浏览
28314浏览
27951浏览
27517浏览
26893浏览