标签: python
import sys from PyQt5.QtWidgets import QApplication, QWidget app = QApplication(sys.argv) win = QWidget() win.show() app.exec_()
在PyQt5