Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
创建一个linked_list泛型类,使您能够创建一系列不同类型的对象。
可能LinkedList<object>是你想要的吗?允许您将任何项目放入列表中,无论其类型如何
LinkedList<object>