?? logon.jsp
字號:
<%@ page language="java" contentType="text/html; charset=gb2312"%>
<%@ page import="com.javabean.Image" %>
<% Image logon=(Image)request.getAttribute("logonimg"); %>
<html>
<head>
<title>用戶登錄</title>
<link rel="stylesheet" type="text/css" href="css/style.css">
</head>
<body>
<center>
<table border="1" style="margin-top:150" width="250" height="90">
<tr height="20" bgcolor="lightgrey"><td align="center">歡迎登錄!</td>
<tr>
<td align="center">
您單擊了“用戶登錄”圖片!<br>
鼠標單擊時的位置為
X:<%=logon.getX() %>
Y:<%=logon.getY() %>
</td>
</tr>
</table>
<a href="index.jsp">返回</a>
</center>
</body>
</html>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -