目录 一、inet_aton与inet_ntoa 二、算法 三、ip到数字实现 四、数字到ip实现 一、inet_aton与inet_ntoa inet_aton是把ip地址转为数字的函数,记忆小技巧,inet表示网络相关,在c语言……