单项选择题
A.1,2,3 B.3,2,1 C.3,1,2 D.1,3,2
A.s[++top]=e; B.e=s[top--]; C.s[--top]=e; D.e=s[++top];
A.栈顶 B.栈中 C.栈底 D.以上都不对