判断 IP是否合规范

如下代码所示:

bool APN::isIPVaild(const std::string& str) { struct in_addr addr; if (inet_aton(str.c_str(), &addr) == 0) return false; return true; }

通过inet_aton函数,来进行判断,合规就返回TRUE,否则返回FALSE

免责声明:文章内容来自互联网,本站不对其真实性负责,也不承担任何法律责任,如有侵权等情况,请与本站联系删除。
转载请注明出处:判断 IP是否合规范 https://www.yhzz.com.cn/a/14597.html

上一篇 2023-05-12
下一篇 2023-05-12

相关推荐

联系云恒

在线留言: 我要留言
客服热线:400-600-0310
工作时间:周一至周六,08:30-17:30,节假日休息。