1.position:relative;相对布局的功能2.box.eq(0) eq这个功能3.varminBoxHeight=Math.min.apply(null,boxArr);这个函数 4.box.last().get(0).offsetTop get(0)是指获取当前对象?5.createjs.Shape.call(this); 为什么有的时候加(),有的时候不加,而且这是个什么方法