我有以下 img 标签:
<img id="product-image" src="http://cf.test.com/images/store_logos/thumbnail/43f1ee4d5fe422e9440ab4afe065bbff899b24b0.jpg" width="228" height="304" style="opacity: 1;">
尝试提取 304 高度值:
$('#product-image').height();
然而,它总是给我图像的实际大小。有任何想法吗?