关于for语句逗号运算符的问题
for (; b ;Console.WriteLine("abc"),
Console.WriteLine("继续请按y,任意键退出"),
b = Console.ReadLine().ToLower().Equals("y"));
2008-10-04 17:03
2008-10-04 17:05
2008-10-04 17:10
2008-10-07 09:38
2008-10-07 13:06
2008-10-07 14:30