日期:2014-05-17 浏览次数:20804 次
<input type="text" onblur="if(!/^\d{4}$/.test(this.value)){alert('此输入框只能输入4位数字!');this.select();}"/>