C#字符串格式
List<int>nodeSortList=new List<int>();foreach(string s in nodes)
{
nodeSortList.Add(Convert.ToInt32(s));
}
为什么会报“输入字符串的格式不正确”的这样的错误
2011-06-07 17:43
2011-06-07 18:06
2011-06-07 18:10
2011-06-07 21:06
2011-06-08 09:33
2011-06-08 10:55
2011-06-08 11:04
2011-06-08 11:46
2011-06-08 17:59