摘要:
Response.Clear(); Response.ContentType="image/jpeg"; Byte[] tData=this.Sessionn["tdata"] as Byte[]; if(tData!=null) { Sessionn.Remove["tdata"] ; Respo 阅读全文
posted @ 2021-04-01 22:38
sunny123456
阅读(639)
评论(0)
推荐(0)