java.util.Map

toList

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

TIP

返回值类型:List<String>

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