2022年4月9日
摘要: 原代码如下: class Person(val name: String, val age: Int) { override def toString: String = this.name + " " + this.age } object MyImplicit { implicit def pe 阅读全文
posted @ 2022-04-09 16:12 啊哈咧 阅读(75) 评论(0) 推荐(0) 编辑