scala trait 另外一種用法類混入

trait log{
  print(" dfafdaf logger")
}
/**
 * @author 96107
 */
object Test {
  def main(args: Array[String]): Unit = {
    new Person("a") with log
  }
}
相關文章
相關標籤/搜索