摘要: # def get_num_index(llist,target):# #Todo 方法实现解决获取索引# '''# :param target: 俩个下标值的和# :param llist: 查看下标所用的列表# :return: 返回符合条件的两个下标值# '''# y=0# for x,val 阅读全文
posted @ 2020-07-06 18:16 学习呀! 阅读(14) 评论(0) 推荐(0)
摘要: import smtplibfrom email.mime.text import MIMETextfrom email.header import Header # come_from 是自己的邮箱,password是邮箱的授权码come_from = 'hanlei16888@vip.qq.co 阅读全文
posted @ 2020-07-06 18:15 学习呀! 阅读(116) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2020-07-06 09:21 学习呀! 阅读(76) 评论(0) 推荐(0)