queue

q1.push(4)//入队列

q1.empty()//空

q1.front()//首元素

q1.back()//为元素

q1.size()//尺寸

原文地址:https://www.cnblogs.com/xpylovely/p/11194323.html