for循环

list aa [a,b,c,d]  跟  list bb  [1,2,3,1]   一一对应关系想要在获取aa的[2]下标同时拿到bb[2]下标的值如何写

需要#for(x:aa)

#(x)         

#end


评论区

錢勢惘導

2018-12-26 11:40

#for(x:aa) #(x) #(bb[for.index]) #end

JFinal

2018-12-26 14:47

使用 outer 这个变量可以获取到上级 for 循环中的变量,例如:
#for ( x : aa )
#for ( y : bb)
#(outer.for.index)
#(outer.for.counter)
#(outer.for.size)
#(aa[outer.for.index])
#(bb[for.index])
#end
#end

看一下文档中有关 for 指令的内容:
https://www.jfinal.com/doc/6-4

热门反馈

扫码入社