欧美bbbwbbbw肥妇,免费乱码人妻系列日韩,一级黄片

iframe截取網(wǎng)站部分內(nèi)容實現(xiàn)思路及代碼

  發(fā)布時間:2014-06-12 11:27:57   作者:佚名   我要評論
使用iframe可以截取網(wǎng)站的部分內(nèi)容,主要配合width、height、overflow等屬性來實現(xiàn)的,具體示例如下,需要的朋友不要錯過

復(fù)制代碼
代碼如下:

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

相關(guān)文章

最新評論