1,594
社区成员




Cache-Control: no-cache
Content-Length: 382
Connection: Keep-Alive
Content-Type: application/x-javascript; charset=GBK
var hq_str_sh000001="????,2753.345,2753.891,2781.056,2783.621,2729.028,0,0,82726327,87089564277,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2009-06-08,13:36:51";
var hq_str_sz399001="??3??,10651.179,10667.106,10686.186,10736.392,10524.446,0.000,0.000,738399370,11177649033.360,0,0.000,0,0.000,0,0.000,0,0.000,0,0.000,0,0.000,0,0.000,0,0.000,0,0.000,0,0.000,2009-06-08,13:36:51";
ARequest.URL := URL.GetPathAndParams;
ARequest.URL := URL.Path + URL.Document + URL.Params;
function TIdURI.GetPathAndParams: String;
begin
Result := FPath + FDocument;
if FParams <> '' then begin
Result := Result + '?' + FParams; {Do not Localize}
end;
end;