当前位置: 首页 > 工具软件 > Poptop > 使用案例 >

栈中的peek()、pop()和push()方法

柯书
2023-12-01

peek() :返回栈顶元素,不在堆栈中删除它。
pop() :返回栈顶元素,并在进程中删除它。
push():在栈顶增加元素

 类似资料: