请问jfinal-club项目里, _layout.html 第 41行 #if(loginAccount)。我知道在controller里使用setAttr方法可以吧参数带到页面上,但是这种在所有页面都可以调用是如何做到的?
public void configInterceptor(Interceptors me) {
me.add(new LoginSessionInterceptor());
}
loginAccount 的操作在里面