# _*_ coding: utf-8 _*_ import sys, os from PyQt5.QtWidgets import (QApplication, QWidget, QGridLayout) from PyQt5.QtWebKitWidgets import (QWebView) from PyQt5 import (QtCore) class MainFrm(QWidget): def __init__(self): super().__init__() self.uri = 'page.htm' self.title = '测试'
pyQt5 Qwebview网页调用python方法
最新推荐文章于 2024-11-26 22:57:53 发布