摘要: private string BodyToJson() { var reader = new StreamReader(Request.Body); var contentFromBody = reader.ReadToEnd(); return contentFromBody; } 阅读全文
posted @ 2019-03-26 10:46 AnAng 阅读(1926) 评论(0) 推荐(0) 编辑