如题,在MFC中怎么模拟post提交呢? 百度Google了一圈,网上没多少内容可参考。给出的几个例子都是c的,不是很好适配。
巴扎黑2017-04-17 15:10:27
If you prefer C++ API, c++11, boost, you can try cpp-netlib: http://cpp-netlib.org/0.12.0/...
Otherwise you can try libcurl
If it were me, I would prefer cpp-netlib