Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
我用的是pyqt5,使用QWebEngineView 怎么在它成功请求后,获取html代码
browser.page().toHtml(lambda x: print(x))
如果使用pyside2要怎么操作呢
@v-n-lee For PySide2 see https://forum.qt.io/topic/110775/pyside2-tohtml/2.