Split(new string[] {"成","程"}, StringSplitOptions.RemoveEmptyEntries); //RemoveEmptyEntries代表不回傳空字串的元素 foreach (var item in ...
確定! 回上一頁