2019-04-03 17:22

另外想请问一下这个问题:
后:
String noticelistsql="select id,title from notice";
List rclist=Db.find(noticelistsql);
renderJson(rclist);
render("welcome.html");
前:
#for(x : rclist)
#(x.id) #(x.title)
#end

模板引擎似乎不能识别指令,是我语法还是哪儿出了问题呢