Java 中类的使用

package javase24; public class ProductMgmt { public static void main(String[] args) { //建立第一个商品对象 Product xx = new Product();//先建立对象再使用 xx.id = "1"; xx.name = "C语言教程"; xx.category = "IT丛书"
相关文章
相关标签/搜索