JS中使用document.defaultView.getComputedStyle()、currentStyle()方法获取CSS属性值

1.obj.style:这个方法只能JS只能获取写在html标签中的写在style属性中的值(style=”…”),而无法获取定义在