摘要:
观察者和被观察者,订阅者和发布者 using System; // 观察者:订阅天气变化的人 public class WeatherUser : IObserver<string> { private readonly string _name; public WeatherUser(string 阅读全文
posted @ 2025-06-13 08:00
超级无敌美少男战士
阅读(14)
评论(0)
推荐(0)
浙公网安备 33010602011771号