第九章編程做業

1. 使用List和Map存放多個圖書信息,遍歷並輸出.其中商品屬性:編號,名稱,單價,出版社;使用商品編號做爲Map中的key.java import java.util.ArrayList; import java.util.HashMap; import java.util.List; import java.util.Map; public class TestStoreBookInfo
相關文章
相關標籤/搜索