如何将STRING 类型转换为INT 行 例如: string s=Console.ReadLine(); int i=(int)s; 有相关STRTOINT的函数吗? 问题点数:20、回复次数:1Top
Int32.Parse() Convert.ToInt32()Top