爬取网页数据

Posted tzxy

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了爬取网页数据相关的知识,希望对你有一定的参考价值。

import urllib.request
# r=urllib.request.urlopen("http://183.247.167.54:7009/#/map")
# print(r.read())#爬取网页源码

r=urllib.request.urlopen("http://183.247.167.54:7009/static/img/logo.ac2237a.png")
rs=r.read()
with open("1.png","wb") as a:
    a.write(rs)#爬取图片

 

以上是关于爬取网页数据的主要内容,如果未能解决你的问题,请参考以下文章

java爬取网页数据

python3 怎样爬取动态加载的网页信息

想用python爬取网页上的图片,但无法用select()方法定位图片的源地址?

python3爬取网页图片

怎么用python爬取一个网站的网页数量

使用Python爬取一个网页并解析