perror("json_object"); return -1; } json_t * anObject = NULL; if ((anObject = json_object()) == NULL) { perror("json_object"); json_decref(root); return -1; }
確定! 回上一頁