J
juexing
Unregistered / Unconfirmed
GUEST, unregistred user!
有一些不太懂. 能帮忙解释一下吗? 下面的程序是在干什么?谢谢!
还有一个sleep(iv*1000);是指的啥?
Form1.log.Clear();
Form1.log.Refresh();
randomize();
begin
Form1.tcp.RemoteHost:='www.zhangxiu.com';
Form1.tcp.RemotePort:='80';
Form1.tcp.Open;
if Form1.tcp.Connect() then
begin
i:=1;
while (i<=it) and not Terminated do
begin
Form1.SendBuf();
if (it>1) and (i<it) then
begin
Form1.log.Lines.Add('Waiting...'+Form1.ival.Text+'s');
sleep(iv*1000);
end;
i:=i+1;
end;
还有一个sleep(iv*1000);是指的啥?
Form1.log.Clear();
Form1.log.Refresh();
randomize();
begin
Form1.tcp.RemoteHost:='www.zhangxiu.com';
Form1.tcp.RemotePort:='80';
Form1.tcp.Open;
if Form1.tcp.Connect() then
begin
i:=1;
while (i<=it) and not Terminated do
begin
Form1.SendBuf();
if (it>1) and (i<it) then
begin
Form1.log.Lines.Add('Waiting...'+Form1.ival.Text+'s');
sleep(iv*1000);
end;
i:=i+1;
end;