🌈 搜索
📅  最后修改于: 2022-03-11 15:04:00.643000             🧑  作者: Mango
>>> G = nx.path_graph(3) >>> list(G.nodes) [0, 1, 2] >>> list(G) [0, 1, 2]