problem:https://leetcode.com/problems/binary-tree-zigzag-level-order-traversal/ tips: stack的性质! 注意中间变量的变化。