cJSON * array = cJSON_GetObjectItem(json, "types"); for (i = 0 ; i < cJSON_GetArraySize(array) ; i++) { printf("%d ",cJSON_GetArrayItem(array, ...
確定! 回上一頁