摘要: 1 public class Phone { 2 3 private String cpu; 4 private String screen; 5 private String memory; 6 private String mainboard; 7 8 //私有构造方法 9 private Ph 阅读全文
posted @ 2021-04-28 19:49 一名不断学习的程序猿 阅读(239) 评论(0) 推荐(0)