为了账号安全,请及时绑定邮箱和手机立即绑定

大佬 为什么这段代码什么都不显示呢?


function coms(a,b)

{

if(a>b)

{

return a;

}

else if(a<b)

{

return b;

}

else

{

return"两个数相等"

}

}

document.write("8和7相比谁大"+coms(8,7)+"<br />">;

document.write("5和7相比谁大"+coms(5,7)+"<br />");

document.write("10和10"+coms(10,10));


正在回答

1 回答

倒数第三行后面  "<br />">; 

         敲错了,是"<br />");

2 回复 有任何疑惑可以回复我~

举报

0/150
提交
取消

大佬 为什么这段代码什么都不显示呢?

我要回答 关注问题
意见反馈 帮助中心 APP下载
官方微信