HttpWebResponse response = (HttpWebResponse)webRequest2.GetResponse(); Stream myResponseStream = response.GetResponseStream();
確定! 回上一頁