2015年12月14日
摘要: 1 public abstract class RefreshBeverage { 2 3 public final void prepareBeverageTemplate(){ 4 5 boilWater(); 6 brew(); 7 pourInCup(); 8 if(isAddCondime 阅读全文
posted @ 2015-12-14 17:30 wzyy 阅读(210) 评论(0) 推荐(0) 编辑