java.util.Map

toList

参数名描述可否为空
separatorkey和value之间的分隔符

TIP

返回值类型:List<String>

  • 将map转为list
  1. ${mapVar.toList('=')}