C# 分割字符串
string str?= "10,12,15,18,20,22,24,26";string[] str_p = abc.Split(',');
?
總結
- 上一篇: Python3之socket编程(TCP
- 下一篇: Permission denied的解决