using System;
namespace Belender
{
class Program
{
public static void Main(string[] args)
{
try
{
System.Diagnostics.Process.Start("firefox", AppDomain.CurrentDomain.BaseDirectory+"index.html");
}
catch
{
System.Diagnostics.Process.Start("iexplore", AppDomain.CurrentDomain.BaseDirectory+"index.html");
}
}
}
}
相关文章
- 01-13phonegap android:在phonegap webview中打开另一个html文件
- 01-13在一个浏览器中,利用另一个浏览器打开指定的网址
- 01-13Axure9生成html后在chrome浏览器无法正常打开的解决方法
- 01-13在使用tp5框架时,在后台调出浏览下载文件时,定义了浏览器的“Content-type“,但是最后总是变成“text/html“
- 01-13有关文件在浏览器中打开window.open
- 01-13如何使 pdf 文件在浏览器里面直接下载而不是打开
- 01-13上传文件到AWS,浏览器打开是预览还是下载的问题
- 01-13利用浏览器打开HTML文件
- 01-13viewerjs 在html打开图片或打开pdf文件使用案例
- 01-13iOS 少数doc,html文件在线无法打开,支持在线下载并打开