标签:class blog java http color get
项目背景:springMVC+freemarker模板开发web 时代和信后台管理界面
代码示例:
后台服务:
HttpSession session = request.getSession(); session.setAttribute("username", onlineUser.getName());
页面展示:
<font color="red">${username}</font>
freemarker读取session里面的值,布布扣,bubuko.com
标签:class blog java http color get
原文地址:http://www.cnblogs.com/vtyluoluo/p/3792946.html