摘要: //注册键盘事件document.onkeydown = function(e) { //捕捉回车事件 var ev = (typeof event!= 'undefined') ? window.event : e; if(ev.keyCode == 13 && document... 阅读全文
posted @ 2015-09-21 22:17 安雅然 阅读(460) 评论(0) 推荐(0) 编辑
摘要: http://am-team.github.io/antui/nav.html#pageresult 阅读全文
posted @ 2015-09-21 21:53 安雅然 阅读(256) 评论(0) 推荐(0) 编辑