要保存 httpwebresponse里面的字节流怎么保存 ?
resStream = response.GetResponseStream(); byte[] data = resStream.ToArray(); File.WriteAllBytes("文件名", data);