string bstrUrl = "abcdsdefg";
int index = bstrUrl.LastIndexOf("d");
int index_s = bstrUrl.LastIndexOf("g");
string domain = bstrUrl.Substring(index+1, index_s - index-1);
结果:
domain=ef
最后
以上就是认真菠萝最近收集整理的关于c# 取string中的两个字符串之间的一段字符串的全部内容,更多相关c#内容请搜索靠谱客的其他文章。
本图文内容来源于网友提供,作为学习参考使用,或来自网络收集整理,版权属于原作者所有。
发表评论 取消回复