function getDefaultStyle(obj, attribute) {
return parseInt(obj.currentStyle ? obj.currentStyle[attribute] : document.defaultView.getComputedStyle(obj, false)[attribute]);
}
</script>
</body>
</html>
JS实现判断碰撞的方法(2)
内容版权声明:除非注明,否则皆为本站原创文章。