发新话题
打印

如何检查输入框中所输入的是不是数字?

<input  onkeyup="if(isNaN(value))execCommand('undo')"  onafterpaste="if(isNaN(value))execCommand('undo')">

TOP

发新话题