摘要: 定义转换器需要实现IValueConverter接口,例如我们根据数字(3,2,1)返回不同的爵位(公,侯,伯) public class MyConverter : IValueConverter { public object Convert(object value, Type targetT 阅读全文
posted @ 2025-08-10 23:12 山水蒙! 阅读(16) 评论(0) 推荐(0)