#@layout() #define main()
#(user.nickname??)

#(user.nickname??)

#(EJ.date(user.createTime??,"yyyy-MM-dd")) 加入 来自#(user.city?? "中国")

(#(user.sign) #if(user.sign == '')这个人懒得留下签名#end)

#(user.nickname??) 最近的提问

    #for(x : contents.rows??)
  • #if(x.wonderful == 1) #end #(x.title) #(x.createTime) #(x.viewNum)阅/#(x.replyNum)答
  • #end

#(user.nickname??) 最近的回答

    #for(x : comments.rows)
  • #(x.createTime)#(x.title)中回答:

    #(x.content)
  • #end
#end #define js() #end