
delphi三方组件
怪才
百度一下你会死啊
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
[delphi]indy10 idhttp get方法
idhttp中对于get方法的定义: procedure Get(AURL: string; AResponseContent: TStream); overload; procedure Get(AURL: string; AResponseContent: TStream; AIgnoreReplies: array of SmallInt); overload原创 2013-03-11 10:43:51 · 8835 阅读 · 3 评论 -
[delphi]indy idhttp post方法
idhttp中对于post方法的定义: function Post(AURL: string; ASource: TIdStrings): string; overload; function Post(AURL: string; ASource: TStream): string; overload; function Post(AURL: string; ASourc原创 2013-03-11 16:23:44 · 20821 阅读 · 1 评论