template.set("array",new int[]{1,2,3})
模版里:
for(i in array) 将报错,只能 template.set("array",new Integer[]{1,2,3})