怪奇物语

怪奇物语

首页 新随笔 联系 管理

2025年6月13日 #

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