How to parse HTML with C++/Qt?
问题 How can i parse the following HTML <body> <span style="font-size:11px">12345</span> <a>Hello<a> </body> I would like to retrive the data "12345" from a "span" with style="font-size:11px" from www.testtest.com, but I only want the that very data, and nothing else. How can I accomplish this? 回答1: EDIT: From the Qt 5.6 release blog post: With 5.6, Qt WebKit and Qt Quick 1 will no longer be supported and are dropped from the release. The source code for these modules will still be available. So,