为什么这个就不输出??
为什么这个就不输出?? function shu(x,y){ if(x>y){ return x; } else{return y;} var b=shu(5,3); document.write(b);
为什么这个就不输出?? function shu(x,y){ if(x>y){ return x; } else{return y;} var b=shu(5,3); document.write(b);
 
                            2015-02-20
举报