原创 wxpython基本控件-靜態文本控件

#coding=utf-8 import wx class StaticTextFrame(wx.Frame):     def __init__(self):         wx.Frame.__init__(self,None,-1,