number.push(compute);
//将当前运算符入栈
chars.push(expression.charAt(i));
}else {
chars.push(expression.charAt(i));
}
}
}
}