4.3.3 인라인 목록 by ys
// evaluates to a Java list containing the four numbers
List numbers
= (List) parser.parseExpression("{1,2,3,4}").getValue(context);
List listOfLists
= (List) parser.parseExpression("{{'a','b'},{'x','y'}}").getValue(context);Last updated
Was this helpful?