C#for循环

for循环基础示例
image
(int i = 0)定义区;(i < args.Length)条件判断区;(i++)条件增减区

posted @ 2024-03-06 11:55  cjssbd  阅读(14)  评论(0)    收藏  举报