我如何找到值在会话中是否设置为变量?
if(session.getAttribute("tot_demand"))//need to change //if value is already set then do this. else //if not set then do this.
我需要写什么,以使上述代码有效?
jsp servlets
jsp ×1
servlets ×1