为了账号安全,请及时绑定邮箱和手机立即绑定

登录成功后不显示用户名呢?

<%@ page language="java" import="java.util.*" contentType="text/html; charset=UTF-8"%>

<%@ taglib uri="/struts-tags" prefix="s"%>


<!doctype html>

<html>

<head>

<style type="text/css">

.div1{ margin-top:50px; margin-left:600px; font-size:14px; color:white}

</style>

</head>


<body bgcolor="#0099FF">

<div class="div1">

欢迎您:<a><s:property value="#session.existEmployee.username"/></a>

</div>

</body>

</html>


正在回答

1 回答

<%@ page language="java" contentType="text/html; charset=UTF-8"
    pageEncoding="UTF-8"%>
<%@ taglib uri="/struts-tags" prefix="s"%>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head>
<style type="text/css">
.div1 {
    margin-top: 30px;
    margin-left: 600px;
    font-size: 14px;
    color: white
}
</style>
</head>
<body bgcolor="#0099FF">
    <div class="div1" align="right">
        欢迎您:
        <s:property value="#session.existEmployee.username" />
    </div>
</body>
</html>

0 回复 有任何疑惑可以回复我~

举报

0/150
提交
取消

登录成功后不显示用户名呢?

我要回答 关注问题
意见反馈 帮助中心 APP下载
官方微信