枚举的遍历

it2024-07-05  52

Enumeration enu = null; while(enu.hasMoreElements()){ system.out.println(enu.nextElement()); }
最新回复(0)