1

 1 <%@ page language="java" contentType="text/html; charset=UTF-8"
 2     pageEncoding="UTF-8"%>
 3 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
 4 <html>
 5 <head>
 6 <meta http-equiv="Content-Type" content="text/html; charset=gb2312">
 7 <title>使用热键</title>
 8 </head>
 9 <body>
10 <form action="http://www.baidu.com" method="get" name="form1">
11 <textarea rows=5 cols=50></textarea>
12 <br><input type="submit" accessKey="S" value="提交(Alt+s或者Shift+Alt+s)">
13 </form> 
14 </body>
15 </html>

 

posted on 2017-02-27 23:36  Sharpest  阅读(136)  评论(0编辑  收藏  举报