JS实现判断碰撞的方法(2)

function getDefaultStyle(obj, attribute) { 
        return parseInt(obj.currentStyle ? obj.currentStyle[attribute] : document.defaultView.getComputedStyle(obj, false)[attribute]); 
    } 
 </script> 
 </body> 
</html>

内容版权声明:除非注明,否则皆为本站原创文章。

转载注明出处:https://www.heiqu.com/wgfxwd.html