cJSON*cJSON_Parse(const char *value); ... (1) 首先調用cJSON_Parse()函數,解析JSON數據包,並按照cJSON結構體的結構序列化整個數據包。
確定! 回上一頁