摘要:
/** 把long类型的Ip转为一般Ip类型:xx.xx.xx.xx * * @param ip * @return */ public static String getIpFromLong(Long ip) { String s1 = String.valueOf((ip & 4278190080L) / 167... 阅读全文
posted @ 2019-02-23 10:33
CityOfMemories
阅读(460)
评论(0)
推荐(0)
浙公网安备 33010602011771号