<%@ 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>

 

相关文章:

  • 2021-09-26
  • 2022-02-07
  • 2022-12-23
  • 2022-12-23
  • 2022-03-09
  • 2021-10-17
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2021-10-09
  • 2021-10-19
  • 2022-12-23
  • 2022-12-23
  • 2021-07-28
  • 2021-05-21
相关资源
相似解决方案