Skip to content

集合类型怎么在函数中定义呢 #7

Description

@GoogleCodeExporter
List<Variable> variables = new ArrayList<Variable>();
        variables.add(Variable.createVariable("var1", "abc"));
        List<String> values = new ArrayList<String>();
        values.add("value1");
        values.add("value2");
        variables.add(Variable.createVariable("var2", values));
        System.out.println(ExpressionEvaluator.evaluate("$getActiveListInfo(var1,var2)",variables));



        System.out.println(ExpressionEvaluator.evaluate("$getActiveListInfo(\"ddd\",\"kkkkk\")"));

getActiveListInfo函数第二个参数为list,怎么在直接调用函数时定�
��呢

Original issue reported on code.google.com by ddf168...@gmail.com on 6 Jun 2013 at 8:01

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions