02 2020 档案

摘要:byte[] byts = new byte[HttpContext.Current.Request.InputStream.Length]; HttpContext.Current.Request.InputStream.Read(byts, 0, byts.Length); string req 阅读全文
posted @ 2020-02-17 23:22 凌心缘 阅读(688) 评论(0) 推荐(1)