摘要:
1. 获取流HttpWebRequestrequest= (HttpWebRequest)WebRequest.Create(uri); //构建http request request.Method = "get";HttpWebResponse response = (HttpWebResponse)hwr.GetResponse();//发出请求并获得ResponseresStream = ... 阅读全文
posted @ 2008-11-20 17:43
whzncut
阅读(6717)
评论(0)
推荐(1)
浙公网安备 33010602011771号