Kotlin Set 接口是一个通用的无序元素集合, Set 接口不支持重复元素。 ... abstract fun contains(element: E): Boolean, 它检查此集合中是否存在提及元素。
確定! 回上一頁