摘要: document.onkeydown = function (e) { var theEvent = window.event || e; var code = theEvent.keyCode || theEvent.which; if (code == 13) { $("#add_submit" 阅读全文
posted @ 2017-01-24 09:34 麦田守望者~ 阅读(153) 评论(0) 推荐(0)