摘要:
public class IPAdress { public static bool isIP(string str1) { if (str1 == null || str1 == string.Empty || str1.Length 15) return false; string regformat... 阅读全文
posted @ 2017-05-17 10:03
记性特差
阅读(163)
评论(0)
推荐(0)