摘要: package day_23; public class Product { private String name; private int price; public Product() { } public Product(String name, int price) { this.name = name; ... 阅读全文
posted @ 2019-08-07 14:14 石乐智先生 阅读(757) 评论(0) 推荐(0) 编辑