Javascript—獲取元素ele的位置(x,y)

function getPosition(e){get var x,y=0;it while(e!=null){io   x += e.offsetLeft;function   y +=e.offsetTop;while   e=e.offsetParent;return } return {x:x,y:y}; }
相關文章
相關標籤/搜索