Non puoi selezionare più di 25 argomenti Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.

GetUrlScript.txt 229 B

4 anni fa
4 anni fa
4 anni fa
123456
  1. var
  2. ts: string;
  3. begin
  4. ts := RegExprReplaceMatchSubStr(GetURLBase, 't\.beta\.itoworld\.com', 't'+inttostr( Random(4) )+'.beta.itoworld.com' );
  5. ResultURL := ts + inttostr(GetZ-1)+'/'+inttostr(GetX)+'/'+inttostr(GetY);
  6. end.