标题: [问题求助] VBS如何实现搜狗网站的自动输入搜索? [打印本页]
作者: czjt1234 时间: 2012-11-12 11:13 标题: VBS如何实现搜狗网站的自动输入搜索?
- Set ie=CreateObject("internetexplorer.application")
- ie.visible=1
- ie.Navigate "www.baidu.com"
- While ie.busy or ie.readystate<>4
- wend
- ie.document.all("wd").value = "12345"
- ie.document.all("su").click
复制代码
百度用这个可以自动输入搜索
但这个网站
http://index.woai310.com/
不行,找不到对象
似乎是html代码的知识问题,不知道谁看得懂源文件?
作者: wangjile 时间: 2012-11-12 23:10
http://www.sogou.com/sogou?query ... 702&w=&pid=
其中%s为搜索关键字
作者: wangjile 时间: 2012-11-12 23:11
- http://www.sogou.com/sogou?query=%s&_asf=www.sogou.com&_ast=&p=40040702&w=&pid=
复制代码
其中%s为搜索关键字
作者: czjt1234 时间: 2012-11-13 07:08
http://www.sogou.com/sogou?query=中国&_asf=www.sogou.com&_ast=&p=40040702&w=&pid=
直接提交网址,也是一个办法
不过我顺便想研究下相关HTML代码,谁能指点一下
欢迎光临 批处理之家 (http://bathome.net./) |
Powered by Discuz! 7.2 |