首页 > 代码库 > 有趣的 验证JS只能输入正整数
有趣的 验证JS只能输入正整数
<html><head><title>只能输入正整数</title></head><body>兑换数量:<input type="text" ID="txtNumber" Width="50px" onkeyup="if(this.value.length==1){this.value=http://www.mamicode.com/this.value.replace(/[^1-9]/g,‘‘)}else{this.value=this.value.replace(/D/g,‘‘)}" onafterpaste="if(this.value.length==1){this.value=http://www.mamicode.com/this.value.replace(/[^1-9]/g,‘0‘)}else{this.value=this.value.replace(/D/g,‘‘)}" /><input type="button" ID="btn1" value="http://www.mamicode.com/兑 换" OnClick=‘return confirm("确定兑换?");‘ /></body></html>
有趣的 验证JS只能输入正整数
声明:以上内容来自用户投稿及互联网公开渠道收集整理发布,本网站不拥有所有权,未作人工编辑处理,也不承担相关法律责任,若内容有误或涉及侵权可进行投诉: 投诉/举报 工作人员会在5个工作日内联系你,一经查实,本站将立刻删除涉嫌侵权内容。