<style>
body { margin: 10px }
</style>
<body>
<script>
console.log(document.body.style.marginTop);
</script>
</body>
Run Code Online (Sandbox Code Playgroud)
题:
在firefox-> console中显示:(an empty string),为什么?
window.getComputedStyle(document.body).marginTop
Run Code Online (Sandbox Code Playgroud)
document.body.style返回内联样式