ASP.NET AJAX MSSQL MYSQL 技术交流区

Bullion技术交流BLOG

博客园 首页 新随笔 联系 订阅 管理

2010年10月18日 #

摘要: 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 阅读(318) 评论(0) 推荐(0)