<div class="codetitle"> <span><a style="CURSOR: pointer" data="16354" class="copybut" id="copybut16354" onclick="doCopy('code16354')"><u>复制代</u></a></span> 代码如下:</div> <div class="codebody" id="code16354"> <br><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <BR><html xmlns="http://www.w3.org/1999/xhtml"> <br> <br><meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <br><title>chrome下img追加ダウンロードheight()の効果</title> <br><style type="text/css"> <br>.floatleft { <br>float:left; <br>} <br></style> <br><script type="text/javascript" src="js/jQuery-1.7.1.js"></script> <br><script type="text/javascript"> <br>$(function() { <br>var img_h = $('.showimg').height(); <br>var img_w = $('.showimg').width(); <br>var text_h = $('.showtext').height(); <br>$('.showresult').html('showImg:' img_w '&' img_h '<br />showText:' text_h); >alert('showImg:' img_w '&' img_h '<br />showText:' text_h); <br></script> <br></head> <br><!-- <BR>作者:北京-南宫 <BR>日期:2012-07-25 <BR>--> <BR><本体> <BR><div class="floatleft"> <br><div class="showimg"> <br><img src="images/flash_pic.gif" /> <br> </div> <br><div class="showtext"> <br>これは文字です <br></div> <br><div class="showresult"> <br> ここに結果が表示されます。 <br> <br></body> <br></html> <br><br> <br> このコードは、アラート ポートの発生時にクロム上で実行され、トップ ページの img が表示され、ダウンロードされません。文字 <br>showImg:112&0 showText:18 <br><br>1、こちらの画像の默认宽度は 112、ただし我链接の画像の宽度は 1000、<br><br>2、こちらの画像img の高さは 0、<br><br>现做如下改 <br><br><br><br><br>复制代<br><br><br>代码如下:<div class="codetitle"><span> <a style="CURSOR: pointer" data="8068" class="copybut" id="copybut8068" onclick="doCopy('code8068')"><img src="images/flash_pic.gif" width="1000" /> <u></u> </a>実行結果: </span></div>これは文字 <div class="codebody" id="code8068">showImg:1000&0 <br>showText:18 <br>img の高さ旧旧値 0 </div> <br>当<br><br> 説明: chrome では img の高さは設定されておらず、jquery の width() と height() によって取得される img の高さは 112px になります。 * 0 <br><br>求助:哪哪位大好法,哈哪位大好法,可能哈哪哈設定下正しい値を取得することができます。