delphi datasnap 服务器 接受 Post Get 方式的参数

delphi datasnap 服务器 接受 Post Get 方式的参数例如我需要调用这个地址并传递参数http://localhost:8080/datasnap/rest/TServerMethods1/EchoString?aaa=abc在delphi调用functionTServerMethods1.EchoString(Value:string):string;begin Result:=GetInvo

例如 我需要 调用这个地址 并传递参数

http://localhost:8080/datasnap/rest/TServerMethods1/EchoString?aaa=abc

在 delphi 调用

function TServerMethods1.EchoString(Value: string): string;
begin
  Result := GetInvocationMetadata.QueryParams.Text ;//取得参数
end;

补充 我用的是Xe7,

版权声明:本文内容由互联网用户自发贡献,该文观点仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌侵权/违法违规的内容, 请发送邮件至 举报,一经查实,本站将立刻删除。
如需转载请保留出处:https://bianchenghao.cn/36532.html

(0)
编程小号编程小号

相关推荐

发表回复

您的电子邮箱地址不会被公开。 必填项已用*标注