CString strIP = "192.168.0.121";DWORD dwIP = inet_addr(strIP.GetBuffer());strIP = inet_ntoa((in_addr&)dwIP);
本文共 180 字,大约阅读时间需要 1 分钟。
CString strIP = "192.168.0.121";DWORD dwIP = inet_addr(strIP.GetBuffer());strIP = inet_ntoa((in_addr&)dwIP);
转载于:https://www.cnblogs.com/caiguangwen/archive/2012/06/08/2541872.html