10 lines
209 B
Plaintext
10 lines
209 B
Plaintext
<!doctype html>
|
|
<html lang="en">
|
|
<head>
|
|
<title>主页面</title>
|
|
</head>
|
|
<body>
|
|
<h5>登录用户: ${Session["USER"].username} </h5>
|
|
<h5>用户编号: ${Session["USER"].userId} </h5>
|
|
</body>
|
|
</html> |