C++ 製做 json 數據 並 傳送給服務端(Server) 的 php

json數據格式,這裏舉個基礎的例子:php       {"name":"LGH"}數據庫 在C++裏面,我用個函數把特定的數據組合成 jsonjson 1 void toJson(int count){ 2 char json[100]; 3 char result[200] = "{"; 4 char* temp = "\"count\""; 5 c
相關文章
相關標籤/搜索