public void showTablet () {
for (Map.Entry<String, Tablet> entry : tableMap.entrySet()) {
//System.out.println(entry.getValue());
System.out.println(entry.getPrice());
}
}
平板电脑中有一个getPrice方法,但我无法得到它?有什么问题?
答案 0 :(得分:2)