<%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%> <%@ taglib prefix="s" uri="/struts-tags" %> <s:if test="null==#session.weblogin||#session.weblogin.isEmpty()"> <a id="head" href="login.jsp"></a> </s:if> <s:else> <a id="head" href="ucenter.do"></a> </s:else>
时间: 2024-10-29 04:53:53