C# 分割字符串
string str?= "10,12,15,18,20,22,24,26";string[] str_p = abc.Split(',');
?
總結(jié)
- 上一篇: Python3之socket编程(TCP
- 下一篇: C#操作ini文件