08 2021 档案

摘要:[Serializable] public class User { public string Name { get; set; } public string Password { get; set; } public object Clone() { //深拷贝 //1.中间流 MemoryS 阅读全文
posted @ 2021-08-26 14:00 KenyonLi 阅读(35) 评论(0) 推荐(0)