找回密码
 加入
搜索
查看: 1267|回复: 2

请教IE_Inet_UDF的问题?

[复制链接]
发表于 2008-12-6 18:51:40 | 显示全部楼层 |阅读模式
看了帮助说明里
$oImg=_IEImgGetCollection($oIE,5)
$sInfo="Src: "&$oImg.src&@CR


$oLinks=_IELinkGetCollection($oIE)
[email=$iNumLinks=@extended]$iNumLinks=@extended[/email]
MsgBox(0,"Link Info",$iNumLinks&" links found")
For $oLink In $oLinks
MsgBox(0,"Link Info",$oLink.href)
Next


$oForms=_IEFormGetCollection($oIE)
MsgBox(0,"Forms Info","There are [email=&@extended&]&@extended&[/email] forms on this page")
For $oForm In $oForms
MsgBox(0,"Form Info",$oForm.name)
Next




1、这个里面$oImg.src ,$oLink.href,$oForm.name的.src,.name还有.href是什么意思?
2、$oImg , $oLinks,$oForms都是数组么,我用_Arraydisplay怎么显示不了?
3、应该怎么才能用其他方式获取到这些链接?

[ 本帖最后由 superflq 于 2008-12-9 09:30 编辑 ]
发表于 2008-12-8 23:28:27 | 显示全部楼层
SRC:图片链接(网页源码内看到的)
NAME:表单名称
HREF:超级链接
 楼主| 发表于 2008-12-9 09:27:09 | 显示全部楼层
谢谢,狮子
您需要登录后才可以回帖 登录 | 加入

本版积分规则

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

GMT+8, 2024-5-17 20:05 , Processed in 0.073573 second(s), 20 queries .

Powered by Discuz! X3.5 Licensed

© 2001-2024 Discuz! Team.

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