找回密码
 加入
搜索
查看: 1850|回复: 1

[IE类操作] 网页显示请教

[复制链接]
发表于 2011-6-16 18:27:06 | 显示全部楼层 |阅读模式
请教如何去掉“立即投注”及立即投注以下的哪些文字等。
#include <IE.au3>
$Form1 = GUICreate("Form1", 600, 480, 326, 333)
$oIE = _IECreateEmbedded()
GUICtrlCreateObj($oIE, 0, 0, 600, 480)
_IENavigate($oIE, '')
GUISetState()
_time()

While 1
        $nMsg = GUIGetMsg()
        Switch $nMsg
                Case -3
                        Exit
        EndSwitch
WEnd

Func _time()
        $s_html = '<html><iframe name="I1" marginwidth="0" marginheight="0" width="800" vspace="-230" hspace="-230" align="middle" height="780" scrolling="yes" border="0" frameborder="0" src=http://baidu.lehecai.com/lottery/draw/list/50?lottery_type=50&page=1&ds=2011-01-01&de=2011-06-15></iframe></html>'
        _IEBodyWriteHTML($oIE, $s_html)
        $oIE.Document.body.Scroll = 'no'
EndFunc   ;==>_time
发表于 2011-6-16 18:49:05 | 显示全部楼层
好像可以设定显示范围 论坛里有例子 可以搜一搜

关注
您需要登录后才可以回帖 登录 | 加入

本版积分规则

QQ|手机版|小黑屋|AUTOIT CN ( 鲁ICP备19019924号-1 )谷歌 百度

GMT+8, 2024-9-21 04:36 , Processed in 0.080327 second(s), 24 queries .

Powered by Discuz! X3.5 Licensed

© 2001-2024 Discuz! Team.

快速回复 返回顶部 返回列表