摘要: function TForm1.CheckUrl(url: string):Boolean;var hSession, hfile, hRequest: HINTERNET; dwindex, dwcodelen: dword; dwcode: array[1..20] of Char; res: PChar;begin Result := false; if Pos('http://',Lowe... 阅读全文