下面是一个例子,它创建了一个有一个文本框的窗口用来显示鼠标的位置。 #!/bin/env python import wx class MyFrame(wx.Frame): def __init__(self): wx.Frame.__init__( ...
確定! 回上一頁