System.Diagnostics.Process.Start("xx.htm");
System.Diagnostics.Process.Start("xx.doc");
使用C#打开文件
本文提供了两个使用C#代码打开不同格式文件(如HTML和DOC)的示例。
System.Diagnostics.Process.Start("xx.htm");
System.Diagnostics.Process.Start("xx.doc");
2665

被折叠的 条评论
为什么被折叠?