上一页 1 ··· 45 46 47 48 49 50 51 52 53 ··· 96 下一页
摘要: 版一: import timeimport datetimefrom selenium import webdriverfrom selenium.webdriver.support.wait import WebDriverWait # 等待页面加载某些元素from selenium.webdri 阅读全文
posted @ 2020-01-24 23:50 干it的小张 阅读(235) 评论(0) 推荐(0)
摘要: 如果要发送其他类型的,如果PDF、doc、xls、MP3格式的,我们都可以通过MIMEApplication来完成,MIMEApplication默认子类型是application/octet-stream,而application/octet-stream表明这是个二进制文件,但愿接收方知道怎么处 阅读全文
posted @ 2020-01-24 00:32 干it的小张 阅读(275) 评论(0) 推荐(0)
摘要: import smtplibfrom email.mime.text import MIMETextfrom email.header import Headerfrom email.mime.image import MIMEImagefrom email.mime.multipart impor 阅读全文
posted @ 2020-01-23 23:59 干it的小张 阅读(649) 评论(0) 推荐(0)
摘要: import smtplibfrom email.mime.text import MIMETextfrom email.header import Header# 第三方 SMTP 服务# 设置服务器mail_host = "smtp.qq.com"# 用户名mail_user = "132068 阅读全文
posted @ 2020-01-23 23:44 干it的小张 阅读(255) 评论(0) 推荐(0)
摘要: import smtplibfrom email.mime.text import MIMETextfrom email.header import Header# 第三方 SMTP 服务# 设置服务器mail_host = "smtp.qq.com"# 用户名mail_user = "132068 阅读全文
posted @ 2020-01-23 23:34 干it的小张 阅读(182) 评论(0) 推荐(0)
上一页 1 ··· 45 46 47 48 49 50 51 52 53 ··· 96 下一页