How to access elements of array after using string.split in Velocity?

前端 未结 4 1782
旧巷少年郎
旧巷少年郎 2020-12-20 18:15

I am using Velocity Templating Language and currently have:

#set ( $stringList = $string.split(\",\") )

which works fine and splits the str

4条回答
提交回复
热议问题