用户注册
<%
String id = request.getParameter("id");
HashMap ext = new HashMap();
new CommDAO().update(request,response,"yonghuzhuce",ext,true,false,"");
HashMap mmm = new CommDAO().getmaps("yonghuming",(String)request.getSession().getAttribute("username"),"yonghuzhuce");
%>
<%=Info.tform(mmm,"f1")%>