Queue:队列,表示对象的先进先出集合。Enqueue方法入队列,Dequeue方法出队列。 using System;using System.Collections.Generic;using System.Text;using System.Collections;namespace ConsoleApplication1} 相关文章: