把string id="5,6,8,9"分成数组{}5,6,8,9},并计算维数 string[] Ubound = id.Split(Convert.ToChar(",")); int Count = Ubound.Length;