文本框只能输入数字

                        <asp:TextBox ID="txt_WelderAge" Width="98%" MaxLength="2" runat="server" Style="background-color: #e3eff9;
                            color: blue; border: none" onkeyup="value=value.replace(/[^\d]/g,'')"></asp:TextBox>
原文地址:https://www.cnblogs.com/wanghk/p/2529244.html