$(window).resize(function() {
var width = $(this).width();
var height = $(this).height();
});

相关文章: