摘要: staticstringGetIP(){Uriuri=newUri("http://www.ikaka.com/ip/index.asp";);System.Net.HttpWebRequestreq=(System.Net.HttpWebRequest)System.Net.WebRequest.Create(uri);req.Method="POST";req.ContentType="application/x-www-form-urlencoded";req.ContentLength=0;req.CookieContaine 阅读全文
posted @ 2007-06-17 15:44 greystar 阅读(223) 评论(0) 推荐(0)