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

click事件(function(event, bottonName)里面的bottonName参数和updata函数里面的bottonName参数有关系吗?

$("button:first").click(function(event, bottonName) {

            bottonName = bottonName || 'first';

            update($("span:first"), $("span:last"), bottonName);

        });


这里面的每一行的bottonName是指什么?

正在回答

1 回答

bottonName是形参,从function(event,bottonName) 传递到 update($("span:first"), $("span:last"), bottonName);

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

举报

0/150
提交
取消

click事件(function(event, bottonName)里面的bottonName参数和updata函数里面的bottonName参数有关系吗?

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