1. 程式人生 > >js 獲取距離頂部的相對高度

js 獲取距離頂部的相對高度

fse 獲取 頂部 ren post turn bsp pre ret

getTop (e) { 
        var offset=e.offsetTop; 
        if(e.offsetParent!=null) offset+=this.getTop(e.offsetParent); 
        return offset; 
 },

js 獲取距離頂部的相對高度