$("button:first").click(function(bottonName) {
bottonName = bottonName || 'first';
update($("span:first"),$("span:last"),bottonName);
});
第一个参数是事件,在JQ文档可以查的到,所以bottomName一定要写在第二个参数上