2017年7月1日

在页面给按钮绑定键盘事件

摘要: $(function(){ $(document).keyup(function(event){ if (event.keyCode == 13 ) { save(); } }); }) 阅读全文

posted @ 2017-07-01 15:49 钉子His 阅读(325) 评论(0) 推荐(0)

导航