ASP.NET(c#)文件下载函数
摘要:
1 /**/ ///2///下载文件函数3///4///下载地址5///保存路径6///类型:文件或图片 7 private bool DownFile( string url, string Path, string typeName) 8 {9try10{11HttpWebRe... 阅读全文
posted @ 2007-09-12 16:33 小子好黑 阅读(667) 评论(1) 推荐(0) 编辑