protected $rule = [ 'password|密码'=>[ 'require', 'length:6,20', 'AlphaNum', 'confirm:confirm',], ];然后 html的重复字段 name改成 name='confirm'即可