IP轉數字,數字轉IP

直接上代碼,將IP轉換成十進制數字,將十進制數字轉換成IP。 import lombok.extern.slf4j.Slf4j; /** * @Time 17/7/21. * @Desc IP和int互相轉換 */ @Slf4j public class IPIntTurnUtil { /**
 * 防止實例化, Util類不允許實例化 */ private IPIntTurnUtil(
相關文章
相關標籤/搜索