可以快速上手的开发文档
实例如下:document.onkeydown=function(e){if(!e)e=window.event;if((e.keyCode||e.which)==13){varobtnLogin=document.ge..