JavaScript:实现ReversePolishNotation逆波兰表示法算法 const calcRPN = (expression) => { const operators = { '+': (a,