为什么这样写就不能用了
$("button:first").click(function(bottonName) {
bottonName = bottonName || 'first';
update($("span:first"),$("span:last"),bottonName);
});
$("button:first").click(function(bottonName) {
bottonName = bottonName || 'first';
update($("span:first"),$("span:last"),bottonName);
});
2017-04-12
举报