Java:实现两个栈组成一个队列算法 package com.crossoverjie.algorithm; import java.util.Stack; public class TwoStackQueue<T