如何在变量中获得curl输出?

时间:2014-12-23 04:06:25

标签: c variables curl terminal

显示c代码片段。

char command[]="curl -X POST -d \'{\"device_id\": \"2204\"}' http://example.com/configure";
    .
    .
    system(command);
    .
    .

现在这给出了终端输出。我想把这个输出变成变量..我应该怎样实现呢?

1 个答案:

答案 0 :(得分:1)