if(!preg_match("/^[1-9][0-9]*$/",$value))//当不为整数时
{
$this->jsAlert('请输入整数,不能带小数点','/index.PHP/manager/Managerset/distributionset');
}
前台jquery
if(!/^1[34578]\d{9}$/.test(mobile)){ $("input[name='mobile']").val(''); $("input[name='mobile']").attr("placeholder","手机号码不正确!"); return false }
原文链接:/regex/358704.html