摘要: #encoding=utf:8 import os import shutil import sys import time DIRECTORIES = { "图片": [".jpeg", ".jpg", ".tiff", ".gif", ".bmp", ".png", ".bpg", "svg", 阅读全文
posted @ 2021-06-30 21:31 如若华佗在世 阅读(51) 评论(0) 推荐(0)
摘要: #encoding="utf:8" import time import requests import yagmail from lxml.html import etree def log(): now_time = time.strftime( "%Y-%m-%d", time.localti 阅读全文
posted @ 2021-06-29 09:37 如若华佗在世 阅读(70) 评论(0) 推荐(0)