$("#a1").hide(3000).show(3000) $("#a1").hide().show() 为什么下面这个没把上面这个覆盖掉,是因为方法名一样?
$("#a1").hide(3000).show(3000) $("#a1").hide().show()程序由上往下执行