<%@ page language="java" pageEncoding="utf-8" contentType="text/html; charset=utf-8"%>
<%@taglib uri="/struts-tags" prefix="s"%>
<html>
<head>
</head>
<body style="font-size:30px;">
<h1>
你好
</h1>
${sessionScope['day03.user'].userName}
<br/>
<s:property value="#session['day03.user'].userName"/><br/>
<s:debug/>
</body>
</html>
<%@taglib uri="/struts-tags" prefix="s"%>
<html>
<head>
</head>
<body style="font-size:30px;">
<h1>
你好
</h1>
${sessionScope['day03.user'].userName}
<br/>
<s:property value="#session['day03.user'].userName"/><br/>
<s:debug/>
</body>
</html>