Commit bcbc28df authored by yanzg's avatar yanzg

修改实例化关系

parent 16661677
......@@ -28,6 +28,7 @@ public class TestFormulaHelper {
public void testMul() {
// System.out.println(FormulaHelper.calc("(100-0)-2"));
System.out.println(FormulaHelper.calc("100-0-2"));
System.out.println(FormulaHelper.calc("100*2/3+2*5"));
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment