Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
可能重复: 使用关联的应用程序打开文件
我想在相应的应用程序中打开一个文件,例如打开窗口的功能。
Desktop在传递文件名并打开相应文件的类的帮助下,可以在 java 中完成同样的事情。
Desktop
但不知道如何在 C# 中做。
System.Diagnostics.Process.Start("filename.doc");