E
eryu
Unregistered / Unconfirmed
GUEST, unregistred user!
MyStrList: TStringList;
我的下载文件路径保存在MyStrList里面,我想通过以下语句下载,
idHttp1.Get(MyStrList,tmpStream);
但编译时出错:
[Error] Unit1.pas(213): There is no overloaded version of 'Get' that can be called with these arguments
好像是因为MyStrList不是string类型的,怎样解决这个问题呢?
谢谢!
在线等待!
我的下载文件路径保存在MyStrList里面,我想通过以下语句下载,
idHttp1.Get(MyStrList,tmpStream);
但编译时出错:
[Error] Unit1.pas(213): There is no overloaded version of 'Get' that can be called with these arguments
好像是因为MyStrList不是string类型的,怎样解决这个问题呢?
谢谢!
在线等待!