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