热门标签 | HotTags
当前位置:  开发笔记 > 编程语言 > 正文

如何在C/C++中获取HTML-HowtofetchHTMLinC/C++

HowtofetchHTMLinCorC++?withSockets.CanyougivemeaExamplecodepls?如何在C或C++中获取HTML?带套

How to fetch HTML in C or C++? with Sockets. Can you give me a Example code pls?

如何在C或C ++中获取HTML?带套接字。你能给我一个示例代码吗?

NOTE - I originally closed this, but reopened. To the poster - Please see:

注意 - 我最初关闭了这个,但重新打开了。到海报 - 请看:

https://stackoverflow.com/questions/400688/fetch-web-page-in-c

and

Programmatically reading a web page

以编程方式阅读网页

2 个解决方案

#1


You may use libcURL. Refer to this post: Programmatically reading a web page

您可以使用libcURL。请参阅此文章:以编程方式阅读网页

#2


You're not mentioning any platform, so I give you an answer for Win32.

你没有提到任何平台,所以我给你一个Win32的答案。

One simple way to download anything from the Internet is the URLDownloadToFile with the IBindStatusCallback parameter set to NULL. To make the function more useful, the callback interface needs to be implemented.

从Internet下载任何内容的一种简单方法是URLDownloadToFile,其中IBindStatusCallback参数设置为NULL。为了使该函数更有用,需要实现回调接口。


推荐阅读
author-avatar
菠萝和尚
这个家伙很懒,什么也没留下!
PHP1.CN | 中国最专业的PHP中文社区 | DevBox开发工具箱 | json解析格式化 |PHP资讯 | PHP教程 | 数据库技术 | 服务器技术 | 前端开发技术 | PHP框架 | 开发工具 | 在线工具
Copyright © 1998 - 2020 PHP1.CN. All Rights Reserved | 京公网安备 11010802041100号 | 京ICP备19059560号-4 | PHP1.CN 第一PHP社区 版权所有