Prefix and Postfix Operators 前置和后置运算符
If you could not pop two operators, the syntax of the postfix expression was not correct.
如果您不能够弹出两个操作数,后缀表达式的语法就不正确。
In postfix notation, the need for parentheses is eliminated and the priority of the operators is no longer relevant. You can use the following algorithm to evaluate postfix expressions.
在后缀表达式中,不需要括号,而且操作符的优先级也不再起作用了。
Postfix operators interact poorly with semicolon inference.
后缀运算符互动不佳,分号推理。
应用推荐