🌈 搜索
📅  最后修改于: 2022-03-11 14:54:54.638000             🧑  作者: Mango
local i = 1 while a[i] do if a[i] == v then break end i = i + 1 end