Qt数据结构实现¶ 1 QList、QVector、QStack、QQueue¶ qt6中 list和vector完全一致 这四个几乎一致。 2 QHash¶ 3 QMap¶ 4 QSet¶ 5 QLinkedList¶