main.py 131 B

123456
  1. from frame.app import App
  2. app = App()
  3. app.exec() #消息循环(程序循环处理操作系统发过来的消息·)阻塞函数