<script type="text/javascript">
$(function(){
var width=$("body").width();
$("#img").attr("width",width*800/1440);
});
</script>
<script type="text/javascript">
$(function(){
var width=$("body").width();
$("#img").attr("width",width*800/1440);
});
</script>
转载于:https://my.oschina.net/guomingliang/blog/301194