$(function(){ $('input').click(function fn(){ $('#box').animate({ left:'+=20px' }) fn(); }) })
添加回答
举报
0/150
提交
取消