string path="外部文件完整路径"; System.Diagnostics.Process.Start(path); //Start a Web page using a browser associated with .html and .asp files. System.Diagnostics.Process.Start("IExplore.exe", "C:/myPath/myFile.htm"); System.Diagnostics.Process.Start("IExplore.exe", "C:/myPath/myFile.asp");