IdHTTP.pas中明明有这样的声明:function Get(AURL: string; AIgnoreReplies: array of SmallInt): string; overload;
但我写', wnGotoURL);就编译不过。我到底是哪错了?
顺便问一下,怎样让IdHTTP遇到http 302时自动跳转?如果我直接写memo1.Lines.Text := IdHttp1.Get('http://www.kaixin001.com/!house/garden/index.php');程序提示HTTP/1.1 302 Found,就停了,这代码应该怎样写?