摘要: def send_email(str): fromaddr = 'xxxxxxxxx@qq.com' # 发送方邮箱 password = 'xxxxxxxxx' # 填入发送方邮箱的授权码 toaddrs = [str] # 收件人邮箱 content = '最新生成内容' textApart = 阅读全文
posted @ 2018-12-05 17:55 loooosss 阅读(571) 评论(0) 推荐(0)
摘要: file_dir = os.path.abspath('.') + "/MarkCoin"def zip_ya(): L = [] for root, dirs, files in os.walk(file_dir): for file in files: if os.path.splitext(f 阅读全文
posted @ 2018-12-05 17:51 loooosss 阅读(284) 评论(0) 推荐(0)