弹出键值说明:

//console.log(ev.keyCode)
//回车:13
//ctrl:17

 1 <!DOCTYPE html>
 2 <html>
 3     <head>
 4         <meta charset="UTF-8">
 5         <title>留言提交系统</title>
 6         <meta name="author" content="郭菊锋/702004176@qq.com"/>
 7     </head>
 8 
 9     <body>
10         <input type="text" name="" id="txt" value="" />
11         <input type="button" name="" id="btn" value="提交" /><br />
12         <textarea name="" rows="20" cols="80" id="txtArea"></textarea><br />
13     </body>
14 </html>
html代码

相关文章:

  • 2021-11-18
  • 2021-06-30
  • 2021-11-19
  • 2022-12-23
  • 2022-12-23
  • 2021-10-27
  • 2022-01-21
猜你喜欢
  • 2021-08-09
  • 2022-12-23
  • 2022-12-23
  • 2021-12-13
  • 2021-07-03
  • 2021-05-20
  • 2021-09-13
相关资源
相似解决方案