求前台百度搜索配置代码
strokesplus吧
全部回复
仅看楼主
level 1
hehky 楼主
求前台百度搜索配置代码。我在沙盘中运行CHROME,所以要用前台搜索。不知道哪位大侠有前台搜索的代码。不胜感激。
2014年02月09日 11点02分 1
level 1
搞的这么麻烦?
我用的百度搜索选中文本的代码才三行,调用默认浏览器打开,
(如果想指定浏览器,可以换acRunProgram)
acSendKeys("^c")
acDelay(50)
acShellExecute("open", "https://www.baidu.com/s?wd="..acGetClipboardText(), "", "", 1)
2016年02月25日 01点02分 6
level 9
中文也可以?不用转码吗?
2016年04月04日 10点04分 7
1