PTT
Submit
Submit
選擇語言
正體中文
简体中文
PTT
C_Sharp
[問題] 請問C#輸入關鍵字跳到搜尋google搜尋?
作者:
ChenRobert
(羅伯陳)
2021-07-18 11:46:17
Process explorer = new Process();
explorer.StartInfo.FileName = "explorer.exe";
explorer.StartInfo.Arguments = @"http://www.google.com.tw/search?=" +
GetString;
explorer.Start();
請問怎麼跳到google 搜尋頁面並且搜尋指定的關鍵字
我怎麼寫都會跳到 我的文件夾
要怎麼修改?
作者:
Litfal
(Litfal)
2021-07-18 16:01:00
你為何要用Explorer開...FileName直接開網址就好了還有你搜尋字串自己再檢查一下 有少東西
作者:
jinmin88
(晝伏夜出)
2021-07-25 02:55:00
要用c#控制網頁行為可以用Selenium library可以下getElementById之類的取到控件再輸入值
繼續閱讀
[問題] 要如何控制記事本的視窗?
ChenRobert
[問題] socket async
pi2324
[問題] 九宮格的+ 號鍵是Keys.add 那數字鍵左邊?
ChenRobert
[問題] C#主程式的檔名也是CPP??
iLeyaSin365
[問題] 物件陣列中有物件陣列該如何取用
ab710912
[情報] 軟體工程師交流社群
miinux
[情報] telegram群組
Telete
[問題] 如何設定Windows的縮圖icon
kureot
Re: [問題] 如何加速影像處理演算法速度?
buletris
[問題] 雙向加密且固定長度
wind681201
Links
booklink
Contact Us: admin [ a t ] ucptt.com