2011-02-15 66 views

回答

1
scale = 1.4; 
$('#image').css('transform', 'scale('+scale+')'); 
var actual_height = $('#image').height() * scale; 
相關問題