双栈实现 public class TemplateQueue { public static void main(String[] args) { QueueDemo t = new QueueDemo(); Scanner s...