提交 529581fb 编写于 作者: T tianqiao

update to ;

上级 d8cc04c8
......@@ -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);
```
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册