In Python 2.x Tkinter code, you see a lot of stuff like this: class MyFrame(Frame): def __init__(self, parent, n): Frame.__init__(self, ...
確定! 回上一頁