iframe截取网站部分内容实现思路及代码

iframe截取网站部分内容实现思路及代码,第1张

iframe截取网站部分内容实现思路及代码

复制代码代码如下:
<div style="width:630px;height:350px;overflow:hidden;border:0px">
<div style="width:800px;height:800px;margin:-810px 0px 0px -10px;">
<iframe src="http://www.sci99.com/" width="960" height="1280" scrolling="no"></iframe>
</div>
</div>
<div style="width:800px;height:900px;overflow:hidden;border:0px">
<div style="width:500px;height:900px;margin:-320px 0px 0px -10px;">
<iframe src="http://www.sci99.com/details/monitorall.aspx" width="700" height="1024" scrolling="no"></iframe>
</div>
</div>

欢迎分享,转载请注明来源:内存溢出

原文地址: http://outofmemory.cn/web/609395.html

(0)
打赏 微信扫一扫 微信扫一扫 支付宝扫一扫 支付宝扫一扫
上一篇 2022-04-14
下一篇 2022-04-14

发表评论

登录后才能评论

评论列表(0条)

保存