js限制输入框只能输入数字(onkeyup触发) 例子:html代码<inputtype="text"name=""id="box"/>通常都直接用:<inputtype="text"name=""id="box"onkey js只能输入数字