if front=rear then error('Quee Empty!');temp:=data[front];front:=(front+1) mod m; //循环意义下的头指针加1return temp;