Tag:mkString
-
Specific usage of mkString in Scala
1. Use of mkString () method: The mkString (seq: String) method is to segment the original string using a specific string seq. The mkString (statrt: String, seq: String, end: String) method is to segment the original string using a specific string seq, at the same time, add the string start before the original string, and […]