摘要: 1 public class Customer { 2 private final int id = count++;//加了ID 3 private static int count = 0;//加了COUNT 4 private final int serviceTime; 5 public Customer(int tm){ 6 ... 阅读全文
posted @ 2019-03-25 15:02 十目 阅读(232) 评论(0) 推荐(0) 编辑