测试代码: [html] TfUtils tf = new TfUtils(); tf.calculate(d1, d2, d3, d4); System.out.println(tf.getExpr());
输入为:3,3,7,7 输出为:(((3/7)+3)*7) 作者:xiazdong