We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
c4a3568
支持指定验证15位或18位类型的ID。用于实时输入验证的场景。
//强制要求18位ID Validator.isValid( id,18 ); Validator.getInfo( id,18 );