`
wlj78
  • 浏览: 2504 次
  • 性别: Icon_minigender_1
  • 来自: 南阳
最近访客 更多访客>>
文章分类
社区版块
存档分类
最新评论
文章列表
# -*- coding: gbk -*- import wx class MyFrame(wx.Frame): def __init__(self): wx.Frame.__init__(self,parent=None,id=-1,title="python你好",size=(600,500)) self.panel = wx.Panel(self) self.button = wx.Button(self.panel,label="确定退出",pos=(200,100), ...
Global site tag (gtag.js) - Google Analytics