java.util.List
length
返回值类型:int
- 获取List的长度
${listVar.length()}
join
参数名 | 描述 | 可否为空 |
---|---|---|
separator | 分割字符 | 是 |
返回值类型:String
- 将List用separator拼接在一起
${listVar.join(',')}
当前内容版权归 spider-flow 或其关联方所有,如需对内容或内容相关联开源项目进行关注与资助,请访问 spider-flow .
返回值类型:int
${listVar.length()}
参数名 | 描述 | 可否为空 |
---|---|---|
separator | 分割字符 | 是 |
返回值类型:String
${listVar.join(',')}
本文档使用 BookStack 构建