标签: jquery
这是我的css代码
.b{ position: absolute; left: 0; top:0; width: 99px; height: 99px; border: 1px solid green; cursor:all-scroll; }
当我尝试使用$('.b').width()来获得b类的宽度时,我得到了一个奇怪的答案,它是99.938491,而不是100px。有人可以告诉我为什么吗?
$('.b').width()