2018年1月18日

IP地址转换

摘要: 1 /* 2 点分十进制转32位IP 3 */ 4 #include 5 #include 6 #include 7 using namespace std; 8 bool change2Binary(const string& str) 9 { 10 int arrInt[4] = {0};//存放4个IP地址整数 192.168.1.1 11 unsigne... 阅读全文

posted @ 2018-01-18 16:18 wsw_seu 阅读(361) 评论(0) 推荐(0) 编辑

导航