博主也是在学js,老师出了这么一道题,博主用自己有限的知识,用tranform来实现了盒子的移动效果,这串代码兼容不同大小的浏览器,兼容性挺好的。 Title div{ width: 50px; height: 50px; background-color: yellow; position: absolute; left:10px; top:50px; } 移动 var wid=0; var hei=0; var offset=$('#ff').offset(); var widd=