for循环

for (int i = 0; i < 100; i++)
{
Console.WriteLine("hello world {0}", i);
}
Console.ReadLine();

posted @ 2014-12-13 21:04  ヾBailey灬  阅读(106)  评论(0)    收藏  举报