jquery获取位置和高度宽度
var left = $(this).offset().left;var top = $(this).offset().top;
var height = $(this).height();var width = $(this).width();