$password='abc12'; if(!preg_match("/^(([a-z]+[0-9]+)|([0-9]+[a-z]+))[a-z0-9]*$/i",$password)){ echo '密码必须由数字和字母的组合而成'; }