提交 512644a1 编写于 作者: O ohair

Merge

...@@ -152,12 +152,11 @@ public interface ScriptEngineFactory { ...@@ -152,12 +152,11 @@ public interface ScriptEngineFactory {
* ret += "." + m + "("; * ret += "." + m + "(";
* for (int i = 0; i < args.length; i++) { * for (int i = 0; i < args.length; i++) {
* ret += args[i]; * ret += args[i];
* if (i == args.length - 1) { * if (i < args.length - 1) {
* ret += ")";
* } else {
* ret += ","; * ret += ",";
* } * }
* } * }
* ret += ")";
* return ret; * return ret;
* } * }
*</pre></code> *</pre></code>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册