zoukankan      html  css  js  c++  java
  • iframe截取网站部分内容实现思路及代码

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

    <div style="630px;height:350px;overflow:hidden;border:0px"> 
    <div style="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="800px;height:900px;overflow:hidden;border:0px"> 
    <div style="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> 
    
  • 相关阅读:
    Stupid Tower Defense
    Lifting the Stone
    城市地平线
    BestCoder Sequence
    Miaomiao's Geometry
    Rating
    Turn the pokers
    Peter's Hobby
    HTTP关键词收集
    HTTP出现前的协议
  • 原文地址:https://www.cnblogs.com/qingsong/p/5266245.html
Copyright © 2011-2022 走看看