永发信息网

框架网页怎么把某个区域的网页提取出来?

答案:2  悬赏:30  手机版
解决时间 2021-02-15 19:16
  • 提问者网友:缘字诀
  • 2021-02-15 04:30
框架网也是不同的网页组合起来的,那么怎么提取那些不同的网页呢?
最佳答案
  • 五星知识达人网友:由着我着迷
  • 2021-02-15 05:23
有两种方式
第一种 就是查看元素复制div的区域 然后点击div css样式 复制样式
这样的方式很有肯能不会完全的复制出来

第二种方式比较好
查看源代码 把css 和js连接保持到本地
在把你需要的div也保存下来
后在慢慢的把不需要的css样式删除留住你div关联的css 样式就好了
全部回答
  • 1楼网友:酒醒三更
  • 2021-02-15 06:03
<div style="width:680px; height:120px; background:red no-repeat;"><center>网站名称</center></div>
<div style="width:680px; height:380px;">
 <div style="float:left; width:210px; height:380px;">
 <div style="height:170px; background:yellow no-repeat;"><center>登录框架</center></div>
 <div style="height:210px; background:blue no-repeat;"><center>最新消息</center></div>
 </div>
 <div style="float:right; width:470px; height:380px;">
 <div style="height:50px; background:blue no-repeat;"><center>查询框</center></div>
 <div style="height:330px; background:green no-repeat;"><center>主页面</center></div>
 </div>
</div>
我要举报
如以上回答内容为低俗、色情、不良、暴力、侵权、涉及违法等信息,可以点下面链接进行举报!
点此我要举报以上问答信息
大家都在看
推荐资讯