摘要: Stack.peek() peek()函数返回栈顶的元素,但不弹出该栈顶元素。 Stack.pop() pop()函数返回栈顶的元素,并且将该栈顶元素出栈。 阅读全文
posted @ 2020-07-30 23:13 邪神说 阅读(1014) 评论(0) 推荐(0)