From 529581fb29914c1cb1fb32ed51aba59f5e468163 Mon Sep 17 00:00:00 2001 From: tianqiao Date: Mon, 14 May 2018 11:50:19 +0800 Subject: [PATCH] update to ; --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 735125c..b982ad3 100644 --- a/README.md +++ b/README.md @@ -171,7 +171,7 @@ runner.addFunctionOfServiceMethod("打印", System.out, "println",new String[] { runner.addFunctionOfServiceMethod("contains", new BeanExample(), "anyContains", new Class[] { String.class, String.class }, null); -String exp = “取绝对值(-100);转换为大写(\"hello world\");打印(\"你好吗?\");contains("helloworld",\"aeiou\")”; +String exp = “取绝对值(-100);转换为大写(\"hello world\");打印(\"你好吗?\");contains("helloworld",\"aeiou\")”; runner.execute(exp, context, null, false, false); ``` -- GitLab