怎样把数字字符串转换成int类型? 问题点数:0、回复次数:2Top
System.Convert.toInt16()Top
string a="1234"; int b=Int32.parse(a)Top