string strPath = System.Web.HttpContext.Current.Server.MapPath("~/App_Data/Interface.xml"); System.Xml.XmlDocument xmlDoc = new System.Xml.XmlDocument(); //定义XmlDocument对象 xmlDoc.... Read More
posted @ 2008-09-11 12:55
liangwei389
Views(405)
Comments(0)
Diggs(0)
public string GetIPByDomain(string url){ if (url.Trim() == string.Empty) return ""; try { System.Net.IPHostEntry host = System.Net.Dns.GetHostEntry(url); return host.Addr... Read More
posted @ 2008-09-11 12:34
liangwei389
Views(411)
Comments(0)
Diggs(0)

浙公网安备 33010602011771号