头闻号

广州美当家化妆品有限公司

洗面奶|化妆水|面膜|睫毛膏|护肤膏霜|护肤乳液

首页 > 新闻中心 > 科技常识:iframe截取网站部分内容实现思路及代码
科技常识:iframe截取网站部分内容实现思路及代码
发布时间:2024-09-22 13:37:42        浏览次数:4        返回列表

今天小编跟大家讲解下有关iframe截取网站部分内容实现思路及代码 ,相信小伙伴们对这个话题应该有所关注吧,小编也收集到了有关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>

来源:爱蒂网