... cJSON *fmt4 = NULL; root4 = cJSON_Parse(text4); fmt4 = cJSON_GetObjectItem(root4,"RULE"); /* * 方法1 * */ cJSON *array_list = fmt4->child; ...
確定! 回上一頁