WebClient myWebClient = new WebClient();
                byte[] responseArray = myWebClient.UploadFile("服务器地址", "POST", "图片地址");
                string ass= System.Text.Encoding.UTF8.GetString(responseArray);

 

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-11-29
  • 2021-08-26
  • 2022-01-02
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-10-01
  • 2022-12-23
  • 2022-12-23
  • 2021-11-27
  • 2022-12-23
  • 2022-02-10
相关资源
相似解决方案