判断Ip地址格式
bool isIpAddress({String? pattern}) { return _odinRegexString(EnumRegexType.ipAddress,pattern: pattern); }