其实和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
猜你喜欢
  • 2022-12-23
  • 2021-10-13
  • 2021-05-26
  • 2021-05-25
  • 2021-12-25
  • 2022-12-23
相关资源
相似解决方案