QMessageBox提供两套接口来实现,一种是static functions(静态方法调用),另外一种 the property-base API(基于属性的API) #需要 from PyQt5.QtWidgets import QMessageBox import sysfrom PyQt5.QtWidgets import QApplication, QWidget, QPushButton, QMessageBox class Demo(QWidget): def __init__(…