C# 執行外部程式的方式並不難,也很簡單,首先引入. using System.Diagnostics;. 然後使用Process.Start("OtherProgram.exe")方式就可以呼叫並執行。
確定! 回上一頁