找回密码
 加入
搜索
查看: 2119|回复: 3

[IE类操作] [已解决]如何获取网页属性URL地址

[复制链接]
发表于 2012-4-27 12:14:39 | 显示全部楼层 |阅读模式
本帖最后由 yang3114 于 2012-5-14 10:05 编辑

比如http://www.hao522.com这个网址,它的网页属性是http://123.sogou.com/nh这个,怎么样可以获取到。
发表于 2012-4-27 12:55:47 | 显示全部楼层
看源代码:
<div id="frame">
<iframe id="haoframe" src="http://123.sogou.com/nh/" frameborder="0" scrolling="no" noresize="noresize"></iframe>
</div>
发表于 2012-4-27 12:56:35 | 显示全部楼层
看源代码:
<div id="frame">
<iframe id="haoframe" src="http://123.sogou.com/nh/" frameborder="0" scrolling="no" noresize="noresize"></iframe>
</div>
发表于 2012-4-27 13:09:02 | 显示全部楼层
#include <IE.au3>
Local $oIE = _IECreate("http://www.hao522.com")
Local $oiframe = _IETagNameGetCollection($oIE, "iframe", 0)
MsgBox(4096, "", $oiframe.src)
您需要登录后才可以回帖 登录 | 加入

本版积分规则

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

GMT+8, 2024-11-19 05:33 , Processed in 0.151948 second(s), 23 queries .

Powered by Discuz! X3.5 Licensed

© 2001-2024 Discuz! Team.

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