... cJSON *root_json = cJSON_Parse(data); //将字符串解析成json结构体; if (NULL == root_json); {; printf("error:%s\n", cJSON_GetErrorPtr()); ...
確定! 回上一頁