Live2D
摘要: list1 = ['邮箱1', '邮箱2', '邮箱3']for username_recv in list1: mailserver = "smtp.163.com" # 邮箱服务器地址 username_send = '发送方邮箱名' # 邮箱用户名 password = '邮箱名' # 邮箱密 阅读全文
posted @ 2020-04-01 12:23 鸟-叔 阅读(436) 评论(0) 推荐(0) 编辑
摘要: import xlrdfrom xlrd import xldate_as_tupleimport jsonimport requestsimport datetimeimport openpyxlimport osimport timefrom bs4 import BeautifulSoupim 阅读全文
posted @ 2020-04-01 12:18 鸟-叔 阅读(4970) 评论(0) 推荐(0) 编辑