C#查找字符串位置
2021-06-28 07:07
阅读:665
标签:http tar ring src amp string str ref inter int i=zifuchuan.IndexOf(","); 如果求的是第三个第四个“,”的位置,就要用递归函数来写,具体思路跟上面的代码差不多 C#查找字符串位置 标签:http tar ring src amp string str ref inter 原文地址:https://www.cnblogs.com/bwdblogs/p/10048701.html
int n=(zifuchuan.SubString(i+1)).IndexOf(",");
int index=i+n;
index就是你求的第二个“,”的位置
评论
亲,登录后才可以留言!