delphi idhttp提交网址包含中文

首先用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);