如Console.WriteLine("My amount = {0:C}",x);
语句中的{0:C}是什么意思?
还有:
Console.WriteLine("The sum is {0}",x+y+z+w);
中的{0}是不是表示在输出字符串的0个位置输出结果x+y+z+w