最简单的爬虫

 

 

 from urllib import request

ret=request.urlopen('https://www.cnblogs.com/eva-j/articles/7228075.html')

print(ret.read().decode('utf-8'))

posted @ 2021-06-28 15:33  社会你玲姐  阅读(40)  评论(0)    收藏  举报