2015年12月15日

curl返回值写入内存的场景

摘要: 直接上代码: 1 #include 2 #include 3 #include 4 #include 5 6 struct MemoryStruct { 7 char *memory; 8 size_t size; 9 };10 11 static size_t12 WriteMe... 阅读全文

posted @ 2015-12-15 14:58 阳台 阅读(1292) 评论(0) 推荐(0)

导航