摘要:
ip地址转换 /**//// ///将IP的值转换为IP地址/// /// 要进行转换的IP值/// string转换后的IP地址 public static string ConvertToIP(long ipLong) { string strip = ""; string ip1 = Convert.ToString(ipLong ... 阅读全文
posted @ 2009-04-20 16:48 拼命三狼 阅读(582) 评论(0) 推荐(0)
浙公网安备 33010602011771号