如何判斷IP地址是否正確

public bool IsIp(string ip)         {             bool b = true;             string[] lines = new string[4];             string s = ".";             lines = ip.Split(s.ToCharArray(), 4);//分割字符串      
相關文章
相關標籤/搜索