示例:importorg.nfunk.jep.JEP;JEPmyPrase=newJEP();myPrase.parseExpression("5+1+6");doublea=myPrase.getValue();System.out.println(a);