response.Close、response.End、response.Flush區別
今天在做文件下載功能用到的是response的方法,首先我們要了解這些方法的作用。 1.response.write():將信息寫入http響應輸出流。 2.response.Flush:向客戶端 ...
今天在做文件下載功能用到的是response的方法,首先我們要了解這些方法的作用。 1.response.write():將信息寫入http響應輸出流。 2.response.Flush:向客戶端 ...