首页
it技术
登录
6mi
u
盘
搜
搜 索
it技术
枚举的遍历
枚举的遍历
it
2024-07-05
52
Enumeration enu
=
null
;
while
(
enu
.
hasMoreElements
(
)
)
{
system
.
out
.
println
(
enu
.
nextElement
(
)
)
;
}
转载请注明原文地址: https://lol.8miu.com/read-17038.html
最新回复
(
0
)