为了账号安全,请及时绑定邮箱和手机立即绑定

为什么我获取到的aDiv.style.width的值为空

为什么我获取到的aDiv.style.width的值为空

北纬95度 2016-05-21 10:38:13
<!DOCTYPE html> <html> <head lang="en">     <meta charset="UTF-8">     <title></title>     <style>  * {             margin: 0;  padding: 0;  }         div {             border: 10px solid #000;  width: 200px;  height: 200px;  background-color: red;  margin: 20px;  padding: 20px;  }     </style> </head> <body> <div></div> <script>  var aDiv = document.getElementsByTagName("div")[0];  console.log(aDiv.style.width);  console.log(aDiv.scrollWidth);  console.log(aDiv.offsetWidth); </script> </body> </html>
查看完整描述

2 回答

?
3046742

TA贡献1条经验 获得超0个赞

最近也遇到了同样的问题~ 请问到底是什么原理呢? 为什么只有内联样式可以呢

查看完整回答
反对 回复 2020-09-29
  • 2 回答
  • 1 关注
  • 1950 浏览
慕课专栏
更多

添加回答

举报

0/150
提交
取消
意见反馈 帮助中心 APP下载
官方微信