main.py 126 B

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