{
this.adjustheight();
//大于1则说明不平衡
if( math.abs(this.balancefactor())>1)
{
if(this.balancefactor()>0)
{
if (((avltree)this.left).balancefactor()>0)
this.llrotation();
else
this.lrrotation();