题目链接:https://leetcode.cn/problems/evaluate-reverse-polish-notation/description/ 1.问题理解 逆波兰表达式是一种后缀表达式,特点就是将运算符置于操作数之后,从而无需括号就能明确运算顺序,例如: 中缀表达式(2+1)*3