如何计算速度模板中的列表大小?我使用的是速度1.4。
List<String> list = new ArrayList<String>();
答案 0 :(得分:2)
我认为你的意思是“你如何在速度模板中调用java方法”,因为你要找的方法是在已经提到的“List”javadoc上。
我相信这篇文章会有所帮助:
How to access/get the size of an array/collection in velocity templates?
为了节省阅读费用,您应该只需输入:
$ {myArrayList.size()}
答案 1 :(得分:-1)
list.size()“返回列表大小值数据类型'整数'”