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.
打印“帮助世界”:)
我想问你是否存在一个函数或类hwo可以像浏览器的jobe一样显示html代码
谢谢
Qt 中有QtWebKit 模块。它结合了 webkit 渲染引擎。虽然您可以使用 python 绑定访问 Qt 类,但您可以使用 Qt 官方手册作为帮助。Qt 设计器也包含在 pyqt 中——您可以尝试使用它来设计应用程序的 GUI(我几乎可以肯定您可以在那里找到 Web 浏览器组件或类似组件)。
至于使用html标签装饰标签等显示文字的组件,可以参考这个问题。