function table.contains(table, element) for _, value in pairs(table) do if value == element then return true end end return false end.
確定! 回上一頁