基础问题
static void Main(string[] args)
{
int y = 10;
int z = 22;
int x = y * z;
Console.WriteLine(x.ToString ());
Console.ReadLine();
}
ToString()是什么意思啊,如果不要ToSting()结果是一样啊,哪它起什么作用啊,
各位大侠教教我这个刚走进江湖的小弟
2010-08-28 22:55
2010-08-28 23:10
2010-08-29 09:09
2010-08-29 11:32
2010-08-30 13:31
2010-08-30 17:19