wang

Results 2 comments of wang

let stack = [1, 2, 3] // 进栈 stack.push(4) // 出栈 stcak.pop() 这里的名称写错了,应是stack