`
lrklx
  • 浏览: 1236 次
  • 来自: 南京
文章分类
社区版块
存档分类
最新评论
文章列表
代码示例: public class Test { public static void main(String[] args) { try { System.out.println(calc("-5*(10/(2*4.5-4)+(-3/1.5+4)*(-2))/(-2/1-(-1))+12")); } catch (javax.script.ScriptException se) { } } public static double calc(String s) throws javax.scri ...
Global site tag (gtag.js) - Google Analytics