您不能通过引用索引来访问集合中的项目,因为集合是无序的,项目没有索引。
但是您可以使用 for 循环遍历集合项,或者使用 in 关键字。
for
in
遍历集合,并打印值:
检查集合中是否存在 "banana":