判断中国身份号码格式
bool isChinaCardId({String? pattern}) { return _odinRegexString(EnumRegexType.chinaCardId,pattern: pattern); }