function moveto(x,y){ $('div').offset().left=x; $('div').offset().top=y; } 就定义这样一个函数,然后自己调用就好了,x是指定的水平方向距离,y是指定的垂直方向距离