摘要:
# -*- coding:utf-8 -*-import urllib2import lxml.htmlfrom lxml import etreedef main(): file = open('./countrys.txt', 'w+') file.close() countrys = [] u 阅读全文
posted @ 2018-10-02 15:46
作死-no1
阅读(346)
评论(0)
推荐(0)
摘要:
# -*- coding:utf-8 -*-import urllib2import lxml.htmlfrom lxml import etreedef main(): file = open('./countrys.txt', 'w+') file.close() countrys = [] u 阅读全文
posted @ 2018-10-02 15:44
作死-no1
阅读(462)
评论(0)
推荐(0)
摘要:
使用scrapy top.py 爬虫主要工作 pipelines.py 数据保存 main.py 执行脚本 items.py 初始化item 阅读全文
posted @ 2018-10-02 10:34
作死-no1
阅读(983)
评论(0)
推荐(0)
浙公网安备 33010602011771号