摘要: public class Price{ final static Price INSTANCE = new Price(2.8); static double initPrice = 20; double currentPrice; public Price(double discount){ currentPrice = initPrice -... 阅读全文
posted @ 2016-08-10 14:36 yasepix 阅读(153) 评论(0) 推荐(0) 编辑