list的遍历

    uf_list_p_t objects;
    while(objects!=NULL_TAG)
    {
        objects=objects->next;
    }

原文地址:https://www.cnblogs.com/whiteIcrow/p/4059285.html