scala的统计词频package test23 import java.io.PrintWriter import scala.io.Source object test { def main(args: Array[String]): Unit = { //从文件1.txt中,读取内容 val content = Source.fromFile("1.txt").mkString println(content) //把字符串中的每个单词,拆出来 //正则表达式 //\\w+:大写字符表示:非字(不是一个字的字符。例如: