摘要: def send_mail(): try: print "send mail..." # handle = smtplib.SMTP('smtp.163.com', 25) # handle.lo... 阅读全文
posted @ 2015-10-21 22:43 “人生苦短” 阅读(210) 评论(0) 推荐(0)
摘要: Python GUI - Tkinter tkMessageBox: tkMessageBox模块用于显示在您的应用程序的消息框。此模块提供了一个功能,您可以用它来显示适当的消息tkMessageBox模块用于显示在您的应用程序的消息框。此模块提供了一个功能,您可以用它来显示适当的消息.这些功能有些... 阅读全文
posted @ 2015-10-21 18:02 “人生苦短” 阅读(10051) 评论(0) 推荐(0)