Delphi : 打开网址的四种方式 用默认浏览器打开,uses shellapi} procedure TForm1.Button2Click(Sender: TObject); begin ShellExecute(Application.Handle, nil, 'http://www.china.com', nil, nil, SW_SHOWNORMAL); end;