摘要: js 验证只能输入数字onkeyup="value=value.replace(/[^\d]/g,'')"例如:手机号码:<input name="touid" class="t_input" value="" onkeyup="value=value.replace(/[^\d]/g,'')" /> 阅读全文
posted @ 2009-09-21 11:28 derrck 阅读(421) 评论(0) 推荐(0) 编辑