浅拷贝:name被更改为ls age不变 case calss Student(name:String,age:Int)val stu = Student("zs",18)val stu2 = stu.copy("ls")