添加命名空间:
using System.Diagnostics;
string fileName = @"E:/控件/测试/超市商品采购管理.doc";//路径自己可以换成ppt、mp3、wmv、jpg、rmvb等等格式的文件,都可以
Process.Start(fileName.ToString());
添加命名空间:
using System.Diagnostics;
string fileName = @"E:/控件/测试/超市商品采购管理.doc";//路径自己可以换成ppt、mp3、wmv、jpg、rmvb等等格式的文件,都可以
Process.Start(fileName.ToString());
转载于:https://www.cnblogs.com/xtfge/p/9949097.html