怎么运行不出来
多了个+号 删了试试
29行代码:
document.write(" 6 和 3 的较大值是:"+ d + );
改成:
document.write(" 6 和 3 的较大值是:"+ d );
大哥 , 是调用函数 add() , 不是调用变量 ,