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叢書"
相關文章
相關標籤/搜索