char * test(char * t) { cJSON * r = cJSON_Parse(t); free(t); char * s; cJSON *id = cJSON_GetObjectItem(r, "id"); s = id->valuestring; ...
確定! 回上一頁