一般而言,直接在C#中想開啟外部網頁的方式: System.Diagnostics.Process.Start("iexplore.exe", "http://google.com");.
確定! 回上一頁