本文整理自网络,侵删。
WebHttpRequest1.Headers.AddPair('Content-Type', 'application/x-www-form-urlencoded');
WebHttpRequest1.PostData := '{"telefon":"699123456"}';WebHttpRequest1.URL := 'https://www.xxx.com/license/presencia-wa/web/XL_registrarEmpleat';WebHttpRequest1.Execute;
相关阅读 >>
Delphi searchrec.attr and fadirectory
Delphi sysutils.isdelimiter - 判断字符串的某个位置是不是指定的字符串
Delphi 2009 之 tstringbuilder 类[2]: append 与 appendformat
更多相关阅读请进入《Delphi》频道 >>