event.keyCode键码值表

让文本框里只能输入money

Code

<asp:TextBox ID="TextBox1" runat="server" onkeydown="onlyNum();" style="ime-mode:Disabled"></asp:TextBox><br />

附JavaScript键码值表


原文地址:https://www.cnblogs.com/lhking/p/1455561.html