我尝试使用此库设置验证掩码:
https://github.com/text-mask/text-mask/blob/master/componentDocumentation.md#readme
验证掩码是:
public phone_mask = ['+', '(', '9', '9', '4', ')', ' ', /(50|51|55|70|77)/, /[0-9]/ , '-', /\d/, /\d/, /\d/, '-', /\d/, /\d/, '-', /\d/, /\d/];
此图案不起作用:/(50|51|55|70|77)/
此模式允许输入任何数字,但我只需要50|51|55|70|77