2017年7月3日

Input禁用文本框

摘要: <input type="text" readonly="readonly" /> readonly:只读属性; 阅读全文

posted @ 2017-07-03 17:06 807 阅读(101) 评论(0) 推荐(0) 编辑

2017年6月26日

document.onkeydown

摘要: document.onkeydown=function(e) { if(e.keyCode==13) { //当按下回车键,执行我们的代码 } } 阅读全文

posted @ 2017-06-26 15:36 807 阅读(980) 评论(0) 推荐(0) 编辑

导航