if(window.event.keyCode<30)||(window.event.keyCode>39)

{

    alert("输入的不是数字!");

}

相关文章: