push和pop用于变量只是保存数值而已,例如把b的值给c,只能用a传数,就写成
push a
a =b
c =a
pop a
等同于
d =a
a =d
上一篇dequeue/enqueue算法和push/pop算法有什么区别
下一篇iOS 中push和pop到底系统做了些什么事