2018年7月23日
摘要: Button按钮,直接上代码: from tkinter import * def gs(): global read s=Label(read,text='昨夜西风凋敝树,堵上高楼,望尽天涯路!',background='yellow') s.pack() def h(): s_1=Label(r 阅读全文
posted @ 2018-07-23 22:24 一杯明月 阅读(3186) 评论(0) 推荐(0)
摘要: class human: is_alive=True is_man=True def __init__(self,age): print('this is __init__() method, which will be executed automaticly!') self.nianling=a 阅读全文
posted @ 2018-07-23 21:41 一杯明月 阅读(281) 评论(0) 推荐(0)