1.string 类型转换成int 类型 : int dex=Convert.ToInt32(ss); 2.给string 类型赋值。 string ss =string.Format("a {0},df {1}",x1,s1);