摘要:<?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
老师总结:正确...............但是案例不够完美
91402浏览
63944浏览
39358浏览
32382浏览
31801浏览
30435浏览
28367浏览
28021浏览
27586浏览
26921浏览