python
weixin_42789202
这个作者很懒,什么都没留下…
展开
-
python 爬虫实例
//新手爬虫在线爬小说,大佬略过~~~~~ # -*- coding:utf-8 -*- import re import sys import os from time import sleep from bs4 import BeautifulSoup import requests reload(sys) sys.setdefaultencoding('utf-8') //上面的...原创 2019-02-28 09:10:24 · 136 阅读 · 0 评论 -
python 爬虫 练习 爬小说排行榜跳2个网页
这个只爬了一个排行榜其他的忘了写。。。但都一样可以看我写的另一个那个注释比较全,都大同小异 # -*- coding:utf-8 -*- import re import sys import os from time import sleep from bs4 import BeautifulSoup import requests reload(sys) sys.setdefaul...原创 2019-02-28 09:16:49 · 374 阅读 · 0 评论