摘要: rom tkinter import * root = Tk() root['height'] = 300 #设置高 root['width'] = 500 #设置宽 root.title('魔方小站') #设置标题 root['bg'] = '#0099ff' ... 阅读全文
posted @ 2016-08-19 10:24 疯陈演义 阅读(4539) 评论(0) 推荐(0)