使用iframe可以截取网站的部分内容,主要配合width、height、overflow等属性来实现的,具体示例如下,需要的朋友不要错过。

<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> 

 

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-01-21
  • 2021-12-21
  • 2022-12-23
  • 2021-07-24
  • 2022-01-19
  • 2021-10-24
猜你喜欢
  • 2022-12-23
  • 2021-07-14
  • 2021-12-08
  • 2021-06-12
  • 2022-12-23
  • 2021-05-26
  • 2022-01-14
相关资源
相似解决方案