int s = 0; int.TryParse(ds[0].ToString().Trim(), out s); 如果ds[0].ToString().Trim() 无法转换,则输出s的默认值。 否则s=ds[0].ToString().Trim(), 并输出s