2017/01/17

[C#]用一串字串分割成分割字串陣列

string[] strs = mesg.Split(new string[] { "做為分割字" }, StringSplitOptions.RemoveEmptyEntries);

沒有留言: