... close file fclose(file); // json parse root = cJSON_Parse(data); if(root == NULL){ free(data); printf("cJSON_Parse fail![%s]\n",cJSON_GetErrorPtr()); ...
確定! 回上一頁