🌈 搜索
📅  最后修改于: 2022-03-11 15:04:46.810000             🧑  作者: Mango
a = [ "a", "b", "c" ] a.index("b") #=> 1 a.index("z") #=> nil