1、在C#窗体里,怎么启动指定的播放器播放指定文件夹里的电影?
this.process1 = Process.GetProcessesByName("StereoPlayer")[0];2、还有就是string[,] str;这是什么数据类型,str[5,2]代表什么意思?