摘要: 1.限制表单只能输入正整数,方法:onkeyup="value=value.replace(/[^1234567890]+/g,'')" 阅读全文
posted @ 2017-07-11 15:01 vlson 阅读(898) 评论(0) 推荐(0)