摘要:
using System.IO;using System.Drawing;using System.Threading;using System.Windows.Forms;public class WebSiteThumbnail{ Bitmap m_Bitmap; string m_... 阅读全文
摘要:
1 public void downloadfile(string s_fileName) 2 { 3 HttpContext.Current.Response.ContentType = "application/ms-download"; 4 s... 阅读全文