newmin 发表于 2010-8-15 14:58:01

搜狗自动搜索问题

本帖最后由 newmin 于 2010-8-15 15:45 编辑

#include <IE.au3>
$oIE = _IECreate ("http://www.google.com")
$oForm = _IEFormGetObjByName ($oIE, "f")
$oQuery = _IEFormElementGetObjByName ($oForm, "q")
_IEFormElementSetValue ($oQuery, "AutoIt IE.au3")
_IEFormSubmit ($oForm)这是帮助里德例子。请问我该换成搜狗 http://www.sogou.com/ 的呢?我对HTML没有生命了解。。。

newmin 发表于 2010-8-16 23:01:59

怎么没人帮帮我挖{:face (229):}

xsjtxy 发表于 2010-8-16 23:13:43


#include <IE.au3>
$ia = "http://www.sogou.com/web?query="
$ib = InputBox("内容", "输入您要搜索的内容!","武腾兰")
$oIE = _IECreate ($ia&$ib,0,1,0)

newmin 发表于 2010-8-17 14:31:58

不是这样的。
我想做的是模拟输入搜索字符,我想做个搜狗的搜索作弊器。

xsjtxy 发表于 2010-8-17 16:11:23

回复 4# newmin


    这样不能作弊吗?

newmin 发表于 2010-8-17 18:22:04

回复newmin


    这样不能作弊吗?
xsjtxy 发表于 2010-8-17 16:11 http://www.autoitx.com/images/common/back.gif

当然不能

xsjtxy 发表于 2010-8-17 18:27:13

回复 6# newmin


    那你说要怎样才能呢?

angelink 发表于 2010-8-17 21:15:24

回复 6# newmin

把兰姐,换成配置文件,文件里写N个汉字,然后在加个随机搜索命令

link369 发表于 2010-8-17 21:43:54

搜狗是算点击的。这个没办法实现。

newmin 发表于 2010-8-31 22:57:10

先模拟搜索后,再模拟点击嘛。
页: [1]
查看完整版本: 搜狗自动搜索问题