setWindowIcon(QIcon('icons/penguin.png')) self.show() # 设置浏览器 self.browser = QWebView() url = 'https://www.shiyanlou.com/' # 指定打开 ...
確定! 回上一頁