python__tkinter之listbox&button
摘要:
1 #!/bin/usr/python 2 #-*- coding:utf-8 -*- 3 4 from Tkinter import * 5 6 class show(object): 7 def __init__(self, master): 8 frame = F... 阅读全文
posted @ 2015-03-04 12:44 Zachary_wiz 阅读(749) 评论(0) 推荐(0) 编辑