<script type="text/javascript">
function ffo(a,b){ //定义函数
if( a > b){
return a;
} else if( a < b ){
document.write(a + "<br>")
} else if( a == b ){
document.write("axyb2")
}else{
document.write("aaa");
}
}
var ff1 = ffo(4,99);
document.write(ff1);
</script>
结果输出4,undefined
问: 为什么会输出undefined?
lovespotty
柠檬酸钠
Suber丶林
乱舞的旋律
慕粉3291149
蜂之谷
相关分类