摘要:
System.IO.FileInfo file = new System.IO.FileInfo(pstrFilePath); if (file.Exists) { Response.Clear(); Response.Charset = "GB2312"; Response.ContentEncoding = System.Text.Encoding.UTF8; Response.... 阅读全文
posted @ 2010-07-09 11:59
零纪录
阅读(417)
评论(0)
推荐(0)