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.
我正在使用 lcov 和 genhtml 进行代码覆盖。genhtml 生成的输出具有 CSS 样式。wxWidgets 2.8.12 中的 HTML 窗口不支持 CSS 样式的 HTML 页面。
是否可以使用 genhtml.html 获得一个普通的 HTML 页面。
问候约翰尼
我不知道你的问题的答案,但是wxWidgets 2.9 中的wxWebView确实支持 CSS,所以也许你应该考虑升级到 2.9 并开始使用它。