对象的浅表副本仅是该对象的副本。
如果对象包含对其他对象的引用,则浅表副本不创建所引用的对象的副本。
If the object contains references to other objects, the shallow copy does not create copies of the referred objects.
浅表副本创建与原始对象具有相同类型的新实例,然后复制原始对象的非静态字段。
A shallow copy creates a new instance of the same type as the original object, and then copies the nonstatic fields of the original object.
应用推荐