Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
除了浅层和深层复制差异的常规无聊差异之外,
我想知道,我将使用浅拷贝的现实生活场景是什么?
我没有看到任何用法(我一定是错的)
谢谢
现实生活中的一个例子是提供一个排序的对象列表,同时保持原始顺序的记录。创建浅拷贝允许为用户提供以各种方式排序的相同列表,但所有列表都链接回原始对象。