引用类型:复制引用 first→ Order #7↓状态:待分拣 second未声明↓状态:新建 执行 second = firstsecond.Status = "已发货"second = new Order()重置 复制的是引用值,不是对象本体。