下面將使用kotlin的方式實現自定義的 toString 集合輸出格式 fun <T> joinToString( collection: Collection<T>, separator: String, prefix: String, ...
確定! 回上一頁