program Project1;{$APPTYPE CONSOLE}uses
  windows,ShellAPI;begin
  ShellExecute(handle,'open','Explorer',pChar('http://www.csdn.net'),nil,SW_SHOW);
end.是个控制台程序,没有用form