WxPython

  • wxpython之staticText

    3年前 | WxPython | by:磊落不羁 | 浏览:107

    先上代码# coding=utf-8 import wx class myframe(wx.Frame):   #类     def __init__(self,parent,id):  #初始化声明语句  

1

TOP