首页
技术博客
登录
6mi
u
盘
搜
搜 索
技术博客
for无限循环
for无限循环
tech
2022-09-11
146
int
i
=
0
;
for
(
;
;
)
{
i
++
;
Console
.
WriteLine
(
i
)
;
}
转载请注明原文地址:https://tech.qufami.com/read-4590.html
最新回复
(
0
)