判断中国移动电话号码格式
bool isChinaMobile({String? pattern}) { return _odinRegexString(EnumRegexType.chinaMobile,pattern: pattern); }