摘要: import re #导入正则表达式模块 import requests #python HTTP客户端 编写爬虫和测试服务器经常用到的模块 import random #随机生成一个数,范围[0,1] import os def mkdir(path): # 判断路径是否存在 # 存在 True # 不存在 False isExists=os.p... 阅读全文
posted @ 2018-12-18 19:21 crazybird123 阅读(327) 评论(0) 推荐(0)