代码如下:
function onenterdown(){
if(window.event.keycode == 13){
onbutok();
}
function onbutok(){
--按钮的事件;