Live2D
摘要: 发送邮件 需要开启163的smtp服务 1 import smtplib 2 from email.mime.text import MIMEText 3 4 class MailSender(): 5 6 def __init__(self,sender,recever,content,passw 阅读全文
posted @ 2019-09-17 21:11 穆梓先生 阅读(385) 评论(0) 推荐(0) 编辑
摘要: 计算指定年月日,距离现在多少天? 阅读全文
posted @ 2019-09-17 19:53 穆梓先生 阅读(1207) 评论(0) 推荐(0) 编辑
$(function(){ $('#returnTop').click(function () { $('html,body').animate({ scrollTop: '0px' }, 800); returnfalse; }); });