您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

5 行
205 B

  1. var Koef_Z :integer;
  2. begin
  3. Koef_Z:= round(intpower(2,GetZ-13));
  4. ResultURL := GetURLBase + inttostr(GetZ-8) + '-' + inttostr(GetX - 2568*Koef_Z) + '-' + inttostr(GetY - 1255*Koef_Z) + '.png';
  5. end.