... cJSON_Parse(str1); //创建JSON解析对象,返回JSON格式是否正确 if (!str1_json) { printf("JSON格式错误:%s\n\n", cJSON_GetErrorPtr()); ...
確定! 回上一頁