2018年6月11日 星期一

[C#]Split使用字串分割

string str1= "aabbcc"; 
string[] str= str1.Split(new string[] { "bb" }, StringSplitOptions.RemoveEmptyEntries);

沒有留言:

張貼留言