摘要: 自定义对象如下: 点击查看代码 public class Human { public string Name { get; set; } public Human Child { get; set; } } 需求1:点击界面上Button时弹出Human对象的Name信息 代码实现: 点击查看代码 阅读全文
posted @ 2024-12-02 11:27 青云Zeo 阅读(5) 评论(0) 推荐(0) 编辑