grails中遍历时的索引
例:List tests=new ArrayList() tests.add ('test1') tests.add ('test2') tests.add ('test3') StringBuffer buf=new StringBuffer() buf.append("{items:[") int i=0 tests.e...