string id = strCurrnetKey.Substring(strCurrnetKey.IndexOf(":") + 1);
是什么意思?strCurrnetKey是string类型
收起
如果字符串中存在冒号,那么就截取冒号后面的字符串 否则就是返回整个字符串。
报告相同问题?