摘要:
Stream s = null;WebClient wc = new WebClient();string uriString = "Flash地址";s = wc.OpenRead(uriString);怎么把这个流保存成Flash文件呢??StreamReader reader = new StreamReader(s);FileStream fs = new FileStream("保存地址... 阅读全文
posted @ 2010-10-18 12:57
bullion
阅读(313)
评论(0)
推荐(0)