摘要: /// <summary> /// 空对象模式 null object pattern /// geovin,Geovin Du eidt /// </summary> interface IVehicle { void Travel(); } /// <summary> /// Bus class 阅读全文
posted @ 2022-10-13 23:02 ®Geovin Du Dream Park™ 阅读(21) 评论(0) 推荐(0) 编辑