有誰知道爲什麼高度可能爲零嗎?div元素的高度返回零
$(document).ready(function() {
alert($("#hello").height());
});
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js"></script>
<img id="hello" class="browseIMG" src="https://udemy-images.udemy.com/course/750x422/64132_926c_10.jpg" />
它給我422警報... – Roy
我已經把代碼放入代碼片段 - 但具有諷刺意味的是代碼現在可以正常工作。 – Tom