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