摘要: GUI界面 此处使用wxpython 需要先pip库 实例1import wx class MyFrame(wx.Frame): def __init__(self,parent,id): wx.Frame.__init__(self, parent, id, title = "创建StaticTe 阅读全文
posted @ 2022-12-14 19:08 JunerC 阅读(36) 评论(0) 推荐(0)