开发者

Get HTML data to program(C++)

Hi i would like to add some function to my app. How it is po开发者_StackOverflow中文版ssible to get data from web page. For example i login to webchat which is ofc https secure. And now there is some table with user replies.

How it is possible to get the table or some other html component, data to my C++ program. Its SSLed, so we dont want to sniff http.

What should i do?


Maybe have a look at Qt's WebKit component. It provides access to the web like a browser and you can access the elements of the retrieved page later on in your C++ code.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜