首先用use httpApp

然后中文部分要转换一下

str:=AnsiToUtf8(用户名edit.Text);
str:=HTTPEncode(str);

url:='http://127.0.0.1:8081/datasnap/rest/tprjmis/web_login'+str

str:=self.IdHTTP1.Get(url);

相关文章:

  • 2022-02-21
  • 2021-04-19
  • 2021-11-20
  • 2021-11-30
  • 2021-11-12
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-11-26
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-11-18
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案