天天看点

textbox只能输入正整数

<asp:TextBox ID="txt" runat="server"  οnkeyup="value=value.replace(/[^\d]/g,'')"></asp:TextBox>

继续阅读