Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如何在 jsAnim 或 jQuery 中获取对象位置。我刚刚在单击右箭头时将我的对象向右移动 50px。我想获得它的新位置,并在您单击 n 次右箭头直到画布末尾时使其移动。
基本答案是您可以使用以下方法检索杂项定位信息:
var rect = object.getBoundingClientRect();