其实和ASP时代是一样的道理int vals = Request.TotalBytes;byte[] bytes = Request.BinaryRead(vals);string strContent = System.Text.Encoding.UTF8.GetString(bytes);this.txtContent.Text = strContent; 相关文章: 2022-12-23 2021-06-16 2021-07-23 2022-12-23 2022-12-23 2022-12-23 2022-12-23 2022-12-23