delphi idhttp怎么填请求参数
delphi idhttp怎么填请求参数
日期:2017-11-16 14:41:01 人气:1
delphi 使用 idhttp 可以用来模拟网络信息请求,加参数可以使用两种
一种是直接通过将参数信息构造 url 来完成,比如:
abce.com.cn?参数1=值1&参数2=值2
当构造带参数 url 直接访问,不允许或是不方便时,可以通过 idhttp 的 Requst 属性中的参数来设置数据,比如,常见的带 cookie 信息,以下是带 cookie 下载文件:
IdHTTP1.Request.CustomHeaders.Text := CookieStr; MyStream :=