Insert String to a Text from Tkinter import * root = Tk() def hello(event): print 'Got tag event' text = Text() text.config(font=('courier', 15, ...
確定! 回上一頁