<%
for (int mapzxsc1 = 0; mapzxsc1 < mapInzxscList.size(); mapzxsc1++) {
Map mapzxsc1er = mapInzxscList.get(mapzxsc1);
%>
<%=mapzxsc1er.get("namejc")%>
<%
if (request.getSession().getAttribute("defalutrole") != "student"
&& !"".equals(request.getSession().getAttribute(
"huiyuan"))
&& request.getSession().getAttribute("huiyuan") != null) {
%>
会员价:<%=mapzxsc1er.get("imageurl")%>元(免邮)
<%
} else {
%>
定价:<%=mapzxsc1er.get("imagename")%>元
<%
}
%>