浅拷贝:name被更改为ls age不变

    1. case calss Student(name:String,age:Int)
    2. val stu = Student("zs",18)
    3. val stu2 = stu.copy("ls")