摘要: public static string StreamToString(Stream stream) { stream.Position = 0; using (StreamReader stremReader = new S... 阅读全文
posted @ 2014-08-11 14:02 人来人往 阅读(2274) 评论(0) 推荐(0) 编辑