Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如何防止 QWebView 加载图像(出于节省流量的原因)?
可以在 QWebView 的设置中禁用它:
web_view = QWebView() web_view.settings().setAttribute(QWebSettings.AutoLoadImages, False)