Java中
getRequest().getSession().removeAttribute("tempTotalScore");
getRequest().getSession().setAttribute("tempTotalScore", totalScore);
freemarker中
<#if tempTotalScore?exists>
${tempTotalScore}分
<#else>
原文:http://www.cnblogs.com/buptmt/p/4390696.html