iframe如何获取部分内容?
iframe如何获取部分内容?
其实早就想写这个了,不过一直懒懒的,今天上德问的时候,发现有人问,所以就回答上了。
在此记录,以后会用到。
新建一个a.html页面
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title></title>
</head>
<body>
<iframe src="q/14865" width="960" height="700" frameborder="0" scrolling="no" style="字符串长度获取position: absolute; top: -120px; left: 0px;"></iframe>
</body>
</html>
新建一个b.html页面
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>无标题文档</title>
</head>
<body>
<iframe src="a.html" width="610" height="300" frameborder="0" scrolling="no"></iframe>
</body>
</html>
效果截图:

版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系QQ:729038198,我们将在24小时内删除。