摘要:
封装空间操作为一个接口使用,而不是直接在页面中查找 阅读全文
摘要:
https://jingyan.baidu.com/article/647f0115b78f8d7f2148a8e8.html 1.发送HTML格式的邮件 2.发送文本内容的邮件 其中 s = smtplib.SMTP_SSL("smtp.qq.com", 465) 相当于以下2行 s = smtp 阅读全文