摘要: #!/usr/bin/python #-*- coding:utf-8 -*- import requests import re def get_email(url): """get all the email address from the url""" content = requests.get(url).text pattern = r'... 阅读全文
posted @ 2018-05-12 17:34 老农夫 阅读(471) 评论(0) 推荐(0)