<%@ page language="java" import="java.util.*" pageEncoding="UTF-8" contentType="text/html;charset=UTF-8" %> <%@taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %> <%@ taglib uri="http://shiro.apache.org/tags" prefix="shiro" %> 档案管理系统 <%@ include file="/WEB-INF/jspf/common.jspf" %> <% String POWER_URLHEAD = (String) request.getParameter("POWER_URLHEAD"); String POWER_JSP = (String) request.getParameter("POWER_JSP"); String token = (String) request.getSession().getAttribute("token"); // String token = (String)request.getParameter("token"); String WEBSOCKET_URLHEAD = (String) request.getParameter("WEBSOCKET_URLHEAD"); String STR_SPLIT = (String) request.getParameter("STR_SPLIT"); %>
Copyright © 2019-2090 厦门嘉时软件. All rights reserved.
<%@ include file="/WEB-INF/jspf/webSocket.jspf" %>