#set(seoTitle="JFinal 极速开发官方社区") #@layout() #define main()
### 首页轮播广告 #include("_carousel.html") ### 分享
更多»

分享

#for(x : shareList)

#date(x.createAt) ###  #(x.clickCount)  #(x.likeCount)

#end
### 反馈
更多»

反馈

#for(x : feedbackList)

#date(x.createAt) ###  #(x.clickCount)  #(x.likeCount)

#end
### 项目
更多»

项目

#setLocal(i=0, j=0) #for(x : projectList) #if(for.first || ++i % 4 == 0)
#end

#(x.title)

#--

### 305  25  99

--#
#if(for.last || ++j % 4 == 0)
#end #end
#include("_sidebar.html") #end