1:签到页面都是同一个JSP页面
2:根据不同的会议ID进行拼接URL跳转页面进行签到
JSP页面代码如下
<%@ page language="java" pageEncoding="UTF-8"%><% String m_id=request.getParameter("m_id"); %>Insert title here <%=request.getParameter("m_id") %>
浏览器访问:
http://localhost:8080/TestWebChat/index.jsp?m_id=500900000
效果如图
效果如下图 生成