gpt4 book ai didi

javascript - 我想从 iframe 获取 url

转载 作者:搜寻专家 更新时间:2023-11-01 04:44:35 26 4
gpt4 key购买 nike

<分区>

这是我正在使用的代码......

我想从下面的代码中获取当前 url(href) ...............................

<html>
<head>
<script type="text/javascript">
function load() {
var url = document.getElementById("iframeid");

//get the ifram onload url of href
//(i.e) http://www.image.com/home.html

}
</script>
</head>
<body>
<iframe onload="load()" name="Google" id="iframeid" scrolling="auto" style="width:95%;height:600px" src="http://www.image.com" >

</iframe>
</body>
</html>

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com